IMission Interface |
[This is preliminary documentation and is subject to change.]
Namespace: BSI.MACE
The IMission type exposes the following members.
| Name | Description | |
|---|---|---|
| DISNetwork |
Returns an interface to the established MACE DIS Network
| |
| FileName |
The filename for the loaded mission.
| |
| Logger |
Interface to support logging to the MACE log files.
| |
| Map |
Returns an interface to the MACE Map
| |
| PhysicalEntities |
Returns the entire dictionary of platforms (IPlatform) currently available in the loaded scenario
| |
| PlaybackRate |
Specifies the playback rate for the mission
| |
| ScriptController |
Returns the MACE Mission's Script Controller
| |
| SignalGenerator |
Gets the Signal Generation Engine.
| |
| State |
Indicates the current state that the scenario within MACE.
| |
| UserPreferences |
Retrieves the user preferences for the mission
|
| Name | Description | |
|---|---|---|
| ActionRequest(IMissionActionRequestEnum, Int32) |
Request MACE to perform an action as outlined in the MACE Network API guide.
| |
| ActionRequest(IMissionActionRequestEnum, String) |
Request MACE to perform an action as outlined in the MACE Network API guide.
|
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | |
| StateChanged |
Indicates the current state that the scenario within MACE has changed
|