VR-Engage  2.2
Loading...
Searching...
No Matches
rfxMessageTypes.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

This file contains constant definitions for all the standard message types used in the RadarFX client-server communication protocol

Variable Documentation

◆ DtHEARTBEAT_TYPE

const unsigned int DtHEARTBEAT_TYPE = 1

Synthetic Aperture Radar (SAR) image request.

◆ DtSAR_REQUEST_TYPE

const unsigned int DtSAR_REQUEST_TYPE = 100

Synthetic Aperture Radar (SAR) image request.

◆ DtSAR_RESPONSE_TYPE

const unsigned int DtSAR_RESPONSE_TYPE = 101

Synthetic Aperture Radar (SAR) image response.

◆ DtELEVATION_REQUEST_TYPE

const unsigned int DtELEVATION_REQUEST_TYPE = 200

Elevation data request.

◆ DtELEVATION_RESPONSE_TYPE

const unsigned int DtELEVATION_RESPONSE_TYPE = 201

Elevation data response.

◆ DtOCCLUSION_REQUEST_TYPE

const unsigned int DtOCCLUSION_REQUEST_TYPE = 300

Occlusion data request.

◆ DtOCCLUSION_RESPONSE_TYPE

const unsigned int DtOCCLUSION_RESPONSE_TYPE = 301

Occlusion data response.

◆ DtENTITY_LIST_REQUEST_TYPE

const unsigned int DtENTITY_LIST_REQUEST_TYPE = 400

Entity list request.

◆ DtENTITY_LIST_RESPONSE_TYPE

const unsigned int DtENTITY_LIST_RESPONSE_TYPE = 401

Entity list response.

◆ DtSENSOR_LIST_REQUEST_TYPE

const unsigned int DtSENSOR_LIST_REQUEST_TYPE = 500

Sensor list request.

◆ DtSENSOR_LIST_RESPONSE_TYPE

const unsigned int DtSENSOR_LIST_RESPONSE_TYPE = 501

Sensor list response.

◆ DtISAR_REQUEST_TYPE

const unsigned int DtISAR_REQUEST_TYPE = 600

Inverse Synthetic Aperture Radar (ISAR) image request.

◆ DtISAR_RESPONSE_TYPE

const unsigned int DtISAR_RESPONSE_TYPE = 601

Inverse Synthetic Aperture Radar (ISAR) image response.

◆ DtENTITY_LOCATION_REQUEST_TYPE

const unsigned int DtENTITY_LOCATION_REQUEST_TYPE = 700

Entity location request.

◆ DtENTITY_LOCATION_RESPONSE_TYPE

const unsigned int DtENTITY_LOCATION_RESPONSE_TYPE = 701

Entity location response.

◆ DtMMW_REQUEST_TYPE

const unsigned int DtMMW_REQUEST_TYPE = 800

Millimeter Wave (MMW) radar image request.

◆ DtMMW_RESPONSE_TYPE

const unsigned int DtMMW_RESPONSE_TYPE = 801

Millimeter Wave (MMW) radar image response.

◆ DtCUSTOM_MESSAGE_TYPE

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