Esterel Technologies
How do I integrate user-code in a SCADE model?
User code can be integrated in SCADE models as Imported Operators (also called external/imported nodes). To reference a user code function in a SCADE model, do the following:
- Create an Imported Operator from the Create toolbar (as you usually do for other types of nodes).
- Type in the function name and interface (inputs/outputs names and types) as you would do for a regular SCADE node.
- In the Properties window, specify the source file containing the user function associatedto this Imported Operator.
''For further information about Imported Operators, please refer to the Imported Operators paragraph of the SCADE Language reference manual.''
