I am currently writing a Autosar Server CDD. The Motive of this CDD is to notify the Clients once the data available. So the flow will be like,
RX/TX line ---> Communication Driver ---> Communication Server ---> Clients
Here, planning to call the callback function of client from Communication server.
The configuration parameters for my CDD will be,
- Callback function reference
- Command Id (for which callback should be called)
- Communication Channel from which the notification is expected At the runtime, plan is to for received notification, verify the received commandID and call the respective CallBack function configured for that commnadID.
Now I am confused about how to give the reference of callback function (it can be located in other CDD/SWC) in DaVinci configurator (PS. I am using Vectors tool chain for Autosar configurations).