RunnableEntity¶
| XML tag | <RUNNABLE-ENTITY> |
| Module | autosar.behavior |
| Inherits | autosar.element.Element |
AUTOSAR Runnable
Factory Methods¶
Attributes¶
For inherited attributes see autosar.element.Element.
| Name | Type | Description | ||
|---|---|---|---|
| symbol | str | Target language symbol name | ||
| dataReceivePoints | list(DataReceivePoint) | Used for port access | |
| dataSendPoints | list(DataSendPoint) | Used for port access | |
| serverCallPoints | list(SyncServerCallPoint) | Used for port access | |
| exclusiveAreaRefs | list(str) | Used for exclusive area access | |
| modeAccessPoints | list(ModeAccessPoint) | Used for port access | |
| modeSwitchPoints | list(ModeSwitchPoint) | Used for mode-switch event triggering | |
| parameterAccessPoints | list(ParameterAccessPoint) | Used for parameter access | |