Settings Tab
This tab contains the following elements.
Reinitialize option
Note |
|---|
Only present for triggers, actions, conditions and methods in state machines. |
If activated, the method is defined as reinitialization method for state variables. See also Specifying a Reinitialization Method for State Variables.
Side Effect Free option
Note |
|---|
Only available for methods. Not available for triggers in state machines. |
If activated, the code generator will check that this method is free of side effects, i.e. that it does not change data in memory.
If you export a class with a method marked as Side Effect Free to a format older than AMD V6.3.0, the value of this option will be lost. A message appears in the ASCET monitor window.
Default: deactivated
See also