VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dynamicTerrainDecoderHLA.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2016 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtHLA
13 
14 #include <vl/hlaStateDecoder.h>
16 
17 
18 
20 
25 {
26 public:
29  DtExerciseConn* exConn,
30  DtObjClassDesc* classDesc);
31 
33  virtual ~DtDynamicTerrainDecoder();
34 
37 
39  DtDynamicTerrainDecoder& operator=(const DtDynamicTerrainDecoder& orig);
40 
41 public:
43  static DtHlaStateDecoder* create(
44  DtExerciseConn* exConn,
45  DtObjClassDesc* classDesc);
46 
47 protected:
48 
50  static void decodeObjectIdentifier(
52  const RTI::AttributeHandleValuePairSet& attrs,
53  int pairSetIndex);
54 
56  static void decodeGeometryAndData(
58  const RTI::AttributeHandleValuePairSet& attrs,
59  int pairSetIndex);
60 
62  static void decodeCommonData(
64  const RTI::AttributeHandleValuePairSet& attrs,
65  int pairSetIndex);
66 
68  static void decodeCommonDataEventNumber(
70  const RTI::AttributeHandleValuePairSet& attrs,
71  int pairSetIndex);
72 
73 };
74 
75 
76 
77 #endif

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)