Records

Records are user-defined composite data types.

In the AUTOSAR context, records can be used to model AUTOSAR data element prototypes of sender-receiver interfaces or operation arguments of client-server interfaces.

In a non-AUTOSAR context, records are used to group related data.

Unlike classes, records have neither diagrams nor methods.

See also

Records