Generated Data Types, Data Usage, and Functions : Data Supporting Statechart Generation

Data Supporting Statechart Generation

currentState_<NAME>
 
nextState_<NAME>
 

This data hold the internal (in current step and in the next step) state configuration of a Statechart. Is required per control activity implemented by a statechart.

staySame_<NAME>
 

This data hold the internal state configuration in which no change occurred between current and next step. Is required only when the Enter State/Exit State functions are required, per control activity implemented by a statechart.