|
VR-Engage
2.2
|
Go to the source code of this file.
Functions | |
| const DtSetMessageType | DtSetRadarSettingsType ("set-radar-settings") |
Variables | |
| const int | DtRwrDataMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 89 |
| const int | DtRwrDataRequestMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 90 |
| const int | DtRwrDataUnsubscribeMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 91 |
| const int | DtRadarStateDataMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 92 |
| const int | DtRadarStateRequestMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 93 |
| const int | DtRadarStateUnsubscribeMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 94 |
| const int | DtRadarContactDataMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 95 |
| const int | DtVreStatusMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 99 |
| const int | DtAssignRolePlayerMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 100 |
| const int | DtUnassignRolePlayerMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 104 |
| const int | DtVreSensorDataRequestMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 105 |
This file contains the message type definitions and identifiers used by the VREngage messaging system. These constants define unique identifiers for different types of messages that can be sent between components of the VREngage simulation system.
| const DtSetMessageType DtSetRadarSettingsType | ( | "set-radar-settings" | ) |
Message type for radar settings.
This message type is used to set or update radar settings in the simulation.
| const int DtRwrDataMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 89 |
Message type for RWR (Radar Warning Receiver) data.
| const int DtRwrDataRequestMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 90 |
Message type for RWR data request.
| const int DtRwrDataUnsubscribeMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 91 |
Message type for RWR data unsubscribe request.
| const int DtRadarStateDataMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 92 |
Message type for radar state data.
| const int DtRadarStateRequestMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 93 |
Message type for radar state request.
| const int DtRadarStateUnsubscribeMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 94 |
Message type for radar state unsubscribe request.
| const int DtRadarContactDataMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 95 |
Message type for radar contact data.
| const int DtVreStatusMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 99 |
Message type for VREngage status reports.
| const int DtAssignRolePlayerMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 100 |
Message type for assigning a role player.
| const int DtUnassignRolePlayerMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 104 |
Message type for unassigning a role player.
| const int DtVreSensorDataRequestMessageType = MIN_USER_INTERFACE_MESSAGE_TYPE + 105 |
Message type for VREngage sensor data request.