Queued Communication

Elements in SenderReceiver interfaces can use queued communication. If set to queued, the semantics is that the corresponding element needs to be added to a queue (i.e., a FIFO data structure), from which it is later consumed by the actual receiver software-component.

Queued communication is activated in the AUTOSAR tab of the implementation editor of a SenderReceiver interface element:

The following rules apply:

Access to queued elements uses special RTE macros, see Rte_Send and Rte_Receive.

See also

Implementation Editor – AUTOSAR Tab (Scalar Elements)

Properties Editor for Basic Elements

Rte_Send and Rte_Receive