VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
extendedAttributesObjectDecoderHLA.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 
17 namespace makVrfVrlinkExtToolkit
18 {
19 
20  class DtExtendedAttributesObjectStateRepository;
21 
26  {
27  public:
30  DtExerciseConn* exConn,
31  DtObjClassDesc* classDesc);
32 
35 
38 
41 
42  public:
44  static DtHlaStateDecoder* create(
45  DtExerciseConn* exConn,
46  DtObjClassDesc* classDesc);
47 
48  protected:
49 
51  static void decodeEntityIdentifier(
53  const RTI::AttributeHandleValuePairSet& attrs,
54  int pairSetIndex);
55 
57  static void decodeObjectIdentifier(
59  const RTI::AttributeHandleValuePairSet& attrs,
60  int pairSetIndex);
61 
63  static void decodeExtendedAttributes(
65  const RTI::AttributeHandleValuePairSet& attrs,
66  int pairSetIndex);
67 
70  static void decodeOtherExtendedAttribute(
72  const RTI::AttributeHandleValuePairSet& attrs,
73  int pairSetIndex);
74 
75  };
76 
77 }
78 
79 #endif // DtHLA
#define DT_DLL_vrfExtObjects
Definition: dllExport.h:23

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)