RadarFX API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rfxMessageTypes.h
Go to the documentation of this file.
1 // ******************************************************************************
2 // ** Copyright (c) 2024 MAK Technologies, Inc.
3 // ** All rights reserved.
4 // ******************************************************************************
5 
9 
10 #pragma once
11 
13 const unsigned int DtHEARTBEAT_TYPE = 1;
14 const unsigned int DtREQUEST_CANCELLATION_TYPE = 2;
15 const unsigned int DtSAR_REQUEST_TYPE = 100;
16 const unsigned int DtSAR_RESPONSE_TYPE = 101;
17 const unsigned int DtELEVATION_REQUEST_TYPE = 200;
18 const unsigned int DtELEVATION_RESPONSE_TYPE = 201;
19 const unsigned int DtOCCLUSION_REQUEST_TYPE = 300;
20 const unsigned int DtOCCLUSION_RESPONSE_TYPE = 301;
21 const unsigned int DtENTITY_LIST_REQUEST_TYPE = 400;
22 const unsigned int DtENTITY_LIST_RESPONSE_TYPE = 401;
23 const unsigned int DtSENSOR_LIST_REQUEST_TYPE = 500;
24 const unsigned int DtSENSOR_LIST_RESPONSE_TYPE = 501;
25 const unsigned int DtISAR_REQUEST_TYPE = 600;
26 const unsigned int DtISAR_RESPONSE_TYPE = 601;
27 const unsigned int DtENTITY_LOCATION_REQUEST_TYPE = 700;
28 const unsigned int DtENTITY_LOCATION_RESPONSE_TYPE = 701;
29 const unsigned int DtMMW_REQUEST_TYPE = 800;
30 const unsigned int DtMMW_RESPONSE_TYPE = 801;
31 
33 const unsigned int DtCUSTOM_MESSAGE_TYPE = 1000;


Copyright © 2024 MAK Technologies, Inc. All Rights Reserved (www.mak.com)