Communication Status Operator

The Communication status operator can be used only in modules and software components.
The operator inserts an element that performs a request for the communication status of implicit communication in an AUTOSAR environment. You can use the status to determine if an implicit read access was successful. With that information, you can model appropriate behavior for failure cases.
In a non-AUTOSAR environment, the status operator is always generated to OK. Code that becomes obsolete in that case is removed during code optimization. The same happens if – in an AUTOSAR environment – the RTE does not support the configured error code.
Using this operator in a module is described in Using the Communication Status Operator. See also the example.
See also