VR-Forces 4.6.1 Class Documentation
 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

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)