DataTypeMap
XML tag |
<DATA-TYPE-MAP> |
Module |
autosar.datatype |
Inherits |
Mapping from ApplicationDataType to ImplementationDataType.
Factory Methods
Constructor
- datatype.DataTypeMap(applicationDataTypeRef, implementationDataTypeRef)
- 参数
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.