VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
dynamicTerrainDecoderHLA.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2017 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
15 #include <vl/hlaStateDecoder.h>
16 
18 
23 {
24 public:
27  DtExerciseConn* exConn,
28  DtObjClassDesc* classDesc);
29 
31  virtual ~DtDynamicTerrainDecoder();
32 
35 
37  DtDynamicTerrainDecoder& operator=(const DtDynamicTerrainDecoder& orig);
38 
39 public:
41  static DtHlaStateDecoder* create(
42  DtExerciseConn* exConn,
43  DtObjClassDesc* classDesc);
44 
45 protected:
46 
48  static void decodeObjectIdentifier(
50  const RTI::AttributeHandleValuePairSet& attrs,
51  int pairSetIndex);
52 
54  static void decodeGeometryAndData(
56  const RTI::AttributeHandleValuePairSet& attrs,
57  int pairSetIndex);
58 
60  static void decodeCommonData(
62  const RTI::AttributeHandleValuePairSet& attrs,
63  int pairSetIndex);
64 
66  static void decodeCommonDataEventNumber(
68  const RTI::AttributeHandleValuePairSet& attrs,
69  int pairSetIndex);
70 
71 };
72 
73 #endif // DtHLA
Instances of DtDynamicTerrainStateRepository are used to store state data for DynamicTerrain objects...
Definition: dynamicTerrainStateRepository.h:31
Instances of DtDynamicTerrainDecoder encode data from DtDynamicTerrainStateRepository objects to the ...
Definition: dynamicTerrainDecoderDIS.h:24
#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)