|
VR-Engage
2.2
|
Go to the source code of this file.
Variables | |
Standard RadarFX Message Type Identifiers | |
Message type identifiers for standard RadarFX messages These constants define the unique identifiers for each type of message that can be sent between RadarFX clients and servers Heartbeat message for connection keepalive | |
| const unsigned int | DtHEARTBEAT_TYPE = 1 |
| const unsigned int | DtSAR_REQUEST_TYPE = 100 |
| const unsigned int | DtSAR_RESPONSE_TYPE = 101 |
| const unsigned int | DtELEVATION_REQUEST_TYPE = 200 |
| const unsigned int | DtELEVATION_RESPONSE_TYPE = 201 |
| const unsigned int | DtOCCLUSION_REQUEST_TYPE = 300 |
| const unsigned int | DtOCCLUSION_RESPONSE_TYPE = 301 |
| const unsigned int | DtENTITY_LIST_REQUEST_TYPE = 400 |
| const unsigned int | DtENTITY_LIST_RESPONSE_TYPE = 401 |
| const unsigned int | DtSENSOR_LIST_REQUEST_TYPE = 500 |
| const unsigned int | DtSENSOR_LIST_RESPONSE_TYPE = 501 |
| const unsigned int | DtISAR_REQUEST_TYPE = 600 |
| const unsigned int | DtISAR_RESPONSE_TYPE = 601 |
| const unsigned int | DtENTITY_LOCATION_REQUEST_TYPE = 700 |
| const unsigned int | DtENTITY_LOCATION_RESPONSE_TYPE = 701 |
| const unsigned int | DtMMW_REQUEST_TYPE = 800 |
| const unsigned int | DtMMW_RESPONSE_TYPE = 801 |
| const unsigned int | DtCUSTOM_MESSAGE_TYPE = 1000 |
This file contains constant definitions for all the standard message types used in the RadarFX client-server communication protocol
| const unsigned int DtHEARTBEAT_TYPE = 1 |
Synthetic Aperture Radar (SAR) image request.
| const unsigned int DtSAR_REQUEST_TYPE = 100 |
Synthetic Aperture Radar (SAR) image request.
| const unsigned int DtSAR_RESPONSE_TYPE = 101 |
Synthetic Aperture Radar (SAR) image response.
| const unsigned int DtELEVATION_REQUEST_TYPE = 200 |
Elevation data request.
| const unsigned int DtELEVATION_RESPONSE_TYPE = 201 |
Elevation data response.
| const unsigned int DtOCCLUSION_REQUEST_TYPE = 300 |
Occlusion data request.
| const unsigned int DtOCCLUSION_RESPONSE_TYPE = 301 |
Occlusion data response.
| const unsigned int DtENTITY_LIST_REQUEST_TYPE = 400 |
Entity list request.
| const unsigned int DtENTITY_LIST_RESPONSE_TYPE = 401 |
Entity list response.
| const unsigned int DtSENSOR_LIST_REQUEST_TYPE = 500 |
Sensor list request.
| const unsigned int DtSENSOR_LIST_RESPONSE_TYPE = 501 |
Sensor list response.
| const unsigned int DtISAR_REQUEST_TYPE = 600 |
Inverse Synthetic Aperture Radar (ISAR) image request.
| const unsigned int DtISAR_RESPONSE_TYPE = 601 |
Inverse Synthetic Aperture Radar (ISAR) image response.
| const unsigned int DtENTITY_LOCATION_REQUEST_TYPE = 700 |
Entity location request.
| const unsigned int DtENTITY_LOCATION_RESPONSE_TYPE = 701 |
Entity location response.
| const unsigned int DtMMW_REQUEST_TYPE = 800 |
Millimeter Wave (MMW) radar image request.
| const unsigned int DtMMW_RESPONSE_TYPE = 801 |
Millimeter Wave (MMW) radar image response.
| const unsigned int DtCUSTOM_MESSAGE_TYPE = 1000 |
Starting value for custom message types.
Users can add custom messages with type IDs equal to or greater than this value