VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
navAidDecoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2021 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 #include <vl/radioTransmitterDecoderHLA.h>
16 
18 
23 {
24 public:
25 
27  DtNavAidDecoder(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
28 
30  virtual ~DtNavAidDecoder();
31 
33  DtNavAidDecoder(const DtNavAidDecoder& orig);
34 
36  DtNavAidDecoder& operator=(const DtNavAidDecoder& orig);
37 
39  static DtNavAidDecoder* create(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
40 
41 protected:
42 
44  static void decodeIdentificationCode(DtNavAidStateRepository* rep,
45  const RTI::AttributeHandleValuePairSet& attrs, int pairSetIndex);
46 
47 protected:
48 
49 };
50 
51 #endif // DtHLA
Instances of DtNavAidStateRepository are used to store state data for NavAid radio transmitter object...
Definition: navAidStateRepository.h:19
Instances of DtNavAidDecoder encode data from DtNavAidStateRepository objects to the net structures t...
Definition: navAidDecoderDIS.h:23
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)