In syslinks MessageQ example, I saw this call:
Ipc_writeConfig (rProcId, APP_INFO_TAG, (Ptr) &aInfo, sizeof (App_Info));
It seems this is completely undocumented. At least google doesn't know it, sprugo6c doesn't know it and the (un)famous doxygen tells me this:
Writes the config entry to the config area.
- Parameters:
-
remoteProcId remote processor's MultiProc id tag tag to identify a config entry cfg address where the entry will be copied size size of config entry
- Returns:
- Status
- Ipc_S_SUCCESS: if operation was successful
- Ipc_E_FAIL: if operation failed
Great. Now I know almost as much as before :s
I always thought, examples exist so that I can learn something. Ti manages to confuse me with them... Oh, there's no comment for this call in the example, BTW.
Could someone enlighten me, please?