Click or drag to resize

IEquipment Methods

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

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

The IEquipment type exposes the following members.

Methods
  NameDescription
Public methodDispose
Called by the system when this object is about to be deleted.
Public methodGetInterfaceT
Gets an interface from the equipment to support specific functionality (if it exits) or returns Nothing. Usage ex: GetInterface(Of ITrackingSensor)()
Public methodInitialize
Called by the system. Prepares the equipment for execution.
Public methodLoad
Load the equipment data from file.
Public methodProcess
Called at regular intervals to allow the equipment to perform any pertinent processing.
Public methodSave
Save the equipment data to an xml file.
Top
See Also