OTX Reference
|
|
Variable Access. More...
Classes | |
class | DbEcuStateChartVariable |
The variable access type represent for DbEcuStateChart More... | |
class | DbEcuStateTransitionActionVariable |
The variable access type represent for DbEcuStateTransitionAction More... | |
class | DbEcuStateTransitionVariable |
The variable access type represent for DbEcuStateTransition More... | |
class | DbEcuStateVariable |
The variable access type represent for DbEcuState More... | |
Variable Access.
The variable
types represent the counterpart of the dereferencing terms (e.g. IntegerValue) which are used to read the actual value stored in a declaration
. By contrast, variable
types are used by OTX nodes and actions when the variable container itself is of primary interest, not the value stored in it. This is the case e.g. in an Assignment action: The calculated value given by the term
will be assigned to the variable
identified by result
.