- add_data_def_locals(data_def, vars)#
Add local variables to a scope.
- Parameters:
- data_def
suite.DataDef
Input scope, which is an operator, state, or action.
- vars
List
[Tuple
[str
,TX
]] Name/type expression trees.
- data_def
- Returns:
List
[suite.LocalVariable
]List of added variables.
Notes
This is an interface change with respect to the SCADE Creation Library. The pairs βnameβ/βtype treeβ are now embedded in a list of tuples.