DataTypeMap¶
| XML tag | <DATA-TYPE-MAP> |
| Module | autosar.datatype |
| Inherits | autosar.element.Element |
Mapping from ApplicationDataType to ImplementationDataType.
Factory Methods¶
Constructor¶
-
datatype.DataTypeMap(applicationDataTypeRef, implementationDataTypeRef)¶ Parameters: - applicationDataTypeRef (str) – Reference to ApplicationDataType.
- implementationDataTypeRef (str) – Reference to ImplementationDataType.
Attributes¶
For inherited attributes see autosar.element.Element.
| Name | Type | Description |
|---|---|---|
| applicationDataTypeRef | str | <APPLICATION-DATA-TYPE-REF> |
| implementationDataTypeRef | str | <IMPLEMENTATION-DATA-TYPE-REF> |
Public Methods¶
This class does not have any additional methods.