Settings Tab
For runnables, this tab contains the following elements:
Can be Invoked Concurrently option
If activated, the RTE can optimize invocation of the current runnable by clients on the same ECU to a direct function call. This means that no queuing is required (or possible) and therefore multiple invocations of the server runnable can occur concurrently.
Minimum Start Time (ms) field
The activation of a runnable is delayed by the specified time (in milliseconds) to prevent that the runnable is started more than once within the interval.
Note |
|---|
Runnables invoked by an OperationInvoked event cannot be delayed. For these, the Minimum Start Time value must be 0. |
For methods, this tab contains the following element:
Side Effect Free option
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 an SWC with a methods 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