SwPointerTargetProps¶
| XML tag | <SW-POINTER-TARGET-PROPS> |
| Module | autosar.base |
| Inherits |
This class is used to describe properties of pointer data objects. The attributes describe the target category and other properties of the target/parent object.
Factory Methods¶
Instance(s) of this class is implictly created when creating ImplementationDataTypes of pointer category.
Constructor¶
-
base.SwPointerTargetProps([targetCategory = None][, variants = None])¶
| param str targetCategory: | |
|---|---|
| target category. | |
| param variants: | Single instance of SwDataDefPropsConditional or list of SwDataDefPropsConditionals. |
| type variants: | list of SwDataDefPropsConditional or single SwDataDefPropsConditional. |
Attributes¶
| Name | Type | Description |
|---|---|---|
| targetCategory | str | Target category |
| variants | list | List of SwDataDefPropsConditional |
targetCategory¶
- In case of a data pointer, it shall specify the category of the referenced data.
- In case of a function pointer, it could be used to denote the category of the referenced module entry.
Public Methods¶
This class does not have any additional methods.