VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
navAidEncoderHLA.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/radioTransmitterEncoderHLA.h>
16 
18 
23 {
24 public:
25 
27  DtNavAidEncoder(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
28 
30  virtual ~DtNavAidEncoder();
31 
33  DtNavAidEncoder(const DtNavAidEncoder& orig);
34 
36  DtNavAidEncoder& operator=(const DtNavAidEncoder& orig);
37 
38 public:
40  static DtNavAidEncoder* create(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
41 
42 protected:
43 
45  static bool needIdentificationCode(const DtNavAidStateRepository& stateRep,
46  const DtNavAidStateRepository& asSeenByRemote);
47 
49  static void encodeIdentificationCode(const DtNavAidStateRepository& rep,
50  RTI::AttributeHandleValuePairSet* attrs, RTI::AttributeHandle attrHandle);
51 
52 };
53 
54 #endif // DtHLA
Instances of DtNavAidStateRepository are used to store state data for NavAid radio transmitter object...
Definition: navAidStateRepository.h:19
Instances of DtNavAidEncoder encode data from DtNavAidStateRepository objects to the net structures t...
Definition: navAidEncoderDIS.h:21
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)