Tool/software:
In the API docs it is mentioned as below
What is the difference between currProcId and remoteProcId Further what does [IN] and [OUT] in front of the arguments mean?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
In the API docs it is mentioned as below
What is the difference between currProcId and remoteProcId Further what does [IN] and [OUT] in front of the arguments mean?
Hello,
CurrProcID is the local core processor ID on which you are on, remoteProcID is the remote core processor ID which you are communicating with.
[IN] is which we provide as input during arguments and [OUT] are which gets filled during this API call.
Regards
Tarun Mukesh
Thanks for the response there is another API argument that i don't understand
What values can the flags input have?
Hello Deepankar,
This looks to be vision apps related API not PDK, so i will assign this to vision apps expert.
Regards
Tarun Mukesh
Hi,
What values can the flags input have?
This would be 0 or APP_REMOTE_SERVICE_FLAG_NO_WAIT_ACK (i.e. 1) which is a flag to indicate that this service command does not need a ACK