You can specify the actions that must be performed for classes, implicit objects and files.
The specification of an execution order for element parts is based on the following two MicroC concepts:
To specify that a model element is executable, create a method called doExecute for that element. You can use the method to specify the actions that must be performed for the element as part of a specific sequence of actions.
Each doExecute method must consist of code that performs its calculations and returns, meaning it cannot use any "wait" features provided by the operating system.
You can specify that an element needs to be Executable or an Execution Manager in the Execution Scheme section of the Features window for the element. The Execution Scheme section only appears in the Features window when you are using the MicroC profile.
, or select to
open the New Project window.
