ICommand
Short summary
Defines an interface for a command that can be executed. Commands can be used for multi-cycle operations that are usually started with a rising exeute input.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
executeCommand
- Parameters:
execute(BOOL): control bit to start or abort the command
- Return type: CNM_ReturnTypes.SingleExecutionState
Executes the action associated with this command. …
Code
Declaration
INTERFACE ICommand EXTENDS CNM_AbstractObject.IObject