In-Out Elements
SAG automatically identifies Data Elements that are used both as inputs, i.e. on incoming info-flow representing an AUTOSAR Required-Port, and as outputs, i.e. on outgoing info-flow representing an AUTOSAR Provided-Port.
Input access of such Data Elements will be implemented regularly, meaning via a Sender-Receiver Interface using the appropriate RTE API's. Output Access of such Data Elements will be implemented using an operation named Write<DataName>, on a Client-Server Interface typing a dedicated Required-Port.
All such operations will be gathered into a single Port and a single Interface. The Port's name may be customized using the OSDT API: Code Style->Type Naming Style->Implicit (Generated) R-Port Name.