Name | Description |
---|
CIGI_VERSION_30
| CIGI protocol version 3.0. |
CIGI_VERSION_32
| CIGI protocol version 3.2. |
CIGI_VERSION_33
| CIGI protocol version 3.3. |
CIGI_MODE_RESET
| Reset mode of the IG. This is the IG's initial state upon start-up. When set to this mode, the IG will initialize/reinitialize the simulation. All entities that were instantiated during a previous mission will be destroyed. All environmental properties, views, components, and sensors will revert to their default settings. Any Host-defined rates, trajectories, and collision detection segments and volumes will be removed. The IG will only send the Start of Frame data packet to the Host and will ignore Host inputs except for the IG Mode attribute of the IG Control data packet. The IG will remain in this mode until directed otherwise by the Host or the IG's user interface. |
CIGI_MODE_OPERATE
| Operate mode of the IG. This is the normal real-time operating mode for the IG. All packets issued by the Host will be processed by the IG. The IG should not perform diagnostics in this mode. |
CIGI_MODE_DEBUG
| Debug mode of the IG. This mode is similar to the Operate mode but provides data and/or error logging and other debugging features to aid integration or troubleshooting of the Host and IG interface. Because of the overhead of these debugging features, the IG may not always operate in a hard real-time fashion. |
CIGI_MODE_OFFLINE
| Offline Maintenance mode of the IG. In this mode, the IG ignores all data from the Host and sends only Start of Frame packets. This mode can be activated only from the IG. Because the IG Control packets from the Host are ignored by the IG, the IG must be placed into Reset/Standby mode before the Host can initiate further mode changes. |
CIGI_OPCODE_IG_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_ENTITY_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_ENTITY_CLAMPED_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_COMPONENT_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_COMPONENT_SHORT_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_ARTICULATED_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_ARTICULATED_SHORT_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_RATE_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_CELESTIAL_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_ATMOSPHERE_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_ENVIRONMENT_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_WEATHER_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_MARITIME_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_WAVE_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_TERRESTRIAL_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_VIEW_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SENSOR_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_TRACKER_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_EARTH_MODEL_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_TRAJECTORY_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_VIEW_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SEGMENT_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_VOLUME_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_HAT_HOT_REQUEST
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_LOS_SEGMENT_REQUEST
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_LOS_VECTOR_REQUEST
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_POSITION_REQUEST
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_ENVIRONMENT_REQUEST
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SYMBOL_SURFACE_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SYMBOL_TEXT_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SYMBOL_CIRCLE_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SYMBOL_LINE_DEF
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SYMBOL_CLONE
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SYMBOL_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_OPCODE_SYMBOL_SHORT_CONTROL
| CIGI Host packet opcode (id of incoming packets). |
CIGI_STATE_DISABLED
| Entity state - disabled. |
CIGI_STATE_ENABLED
| Entity state - enabled. |
CIGI_STATE_DESTROYED
| Entity state - destroyed. |