![]() | ICommand Methods |
[This is preliminary documentation and is subject to change.]
The ICommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | Assign |
Assigns command to the specified entity (and sends it via command link if applicable).
|
![]() | Execute |
Called periodically to support the execution of the command
|
![]() | IsAssignable |
Provides an indication if the specified Platform can be assigned to this Command instance. Some commands are intended for
specific platform types, this method supports that validation.
|
![]() | IsAssigned |
Determines if the command is currently assigned to the specified entity.
|
![]() | Load |
Load the command data from file.
|
![]() | Save |
Save the command data to an xml file.
|
![]() | Terminate |
Stops execution of the command and removes from the Ownship's command list.
|