ImplementationDataType¶
| XML tag | <IMPLEMENTATION-DATA-TYPE> |
| Module | autosar.datatype |
| Inherits | autosar.element.Element |
Implementation Data Types is a very generic container and can define almost any data type. For ease of use this Python module offers several different factory methods to create the most commonly used data types.
Factory Methods¶
Attributes¶
For inherited attributes see autosar.element.Element.
| Name | Type | Description |
|---|---|---|
| dynamicArraySizeProfile | None or str | |
| subElements | list | |
| symbolProps | None or SymbolProps | |
| typeEmitter | None or str | |
| variantProps | list |
Properties¶
| int | arraySize |
| str | implementationTypeRef |
| str | implementationTypeRef |
| str | baseTypeRef |
| str | dataConstraintRef |
| str | compuMethodRef |
| str | compuMethodRef |
Public Methods¶
| void | setSymbolProps |