Click or drag to resize

ICommand Methods

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

The ICommand type exposes the following members.

Methods
  NameDescription
Public methodAssign
Assigns command to the specified entity (and sends it via command link if applicable).
Public methodExecute
Called periodically to support the execution of the command
Public methodIsAssignable
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.
Public methodIsAssigned
Determines if the command is currently assigned to the specified entity.
Public methodLoad
Load the command data from file.
Public methodSave
Save the command data to an xml file.
Public methodTerminate
Stops execution of the command and removes from the Ownship's command list.
Top
See Also