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) 2018 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 DtSAR_REQUEST_TYPE = 100;
15 const unsigned int DtSAR_RESPONSE_TYPE = 101;
16 const unsigned int DtELEVATION_REQUEST_TYPE = 200;
17 const unsigned int DtELEVATION_RESPONSE_TYPE = 201;
18 const unsigned int DtOCCLUSION_REQUEST_TYPE = 300;
19 const unsigned int DtOCCLUSION_RESPONSE_TYPE = 301;
20 const unsigned int DtENTITY_LIST_REQUEST_TYPE = 400;
21 const unsigned int DtENTITY_LIST_RESPONSE_TYPE = 401;
22 const unsigned int DtSENSOR_LIST_REQUEST_TYPE = 500;
23 const unsigned int DtSENSOR_LIST_RESPONSE_TYPE = 501;
24 const unsigned int DtISAR_REQUEST_TYPE = 600;
25 const unsigned int DtISAR_RESPONSE_TYPE = 601;
26 const unsigned int DtENTITY_LOCATION_REQUEST_TYPE = 700;
27 const unsigned int DtENTITY_LOCATION_RESPONSE_TYPE = 701;
28 const unsigned int DtMMW_REQUEST_TYPE = 800;
29 const unsigned int DtMMW_RESPONSE_TYPE = 801;
30 
32 const unsigned int DtCUSTOM_MESSAGE_TYPE = 1000;

Document ID: 1.0
Copyright © 2017 VT MAK Inc. All Rights Reserved (www.mak.com)