Can someone explain which module is responsible to handle the timing of Message to RTE?
I am really new to autosar, and I am really confused about this point
Can someone explain which module is responsible to handle the timing of Message to RTE?
I am really new to autosar, and I am really confused about this point
If you mean to transmit and receive IPDUs e.g. over CAN, there are the Com and the LdCom modules, which will handle them. Com will also handle Periodic, Triggered or Mixed handling of transmission. The Com has knowledge about ISignalGroups and ISignals mapped to ISignalIPdus, and which ISignals are triggering SendEvents. The same is for reception, and the mapping to SWC ports and triggering of e.g. DataReceivedEvent, DataReceiveErrorEvent ...
The information is derived from the SystemDescription used in the configuration.
Maybe you should take a closer look into the AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf file.