VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
genericAttributeDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtHLA
8 
11 
12 #ifndef DtGenericAttributeDecoder_H_
13 #define DtGenericAttributeDecoder_H_
14 
15 
16 #include "hlaStateDecoder.h"
17 
21 
23 
24 class DT_DLL_VL DtGenericAttributeDecoder : public DtHlaStateDecoder
25 {
26 public:
27 
29  DtGenericAttributeDecoder(DtExerciseConn* exConn, DtObjClassDesc* classDesc);
30 
32  virtual ~DtGenericAttributeDecoder();
33 
36  static void decodeGenericAttribute(DtStateRepository* rep,
37  const RTI::AttributeHandleValuePairSet& attrs,
38  unsigned long pairSetIndex);
39 
40 public:
41 
43  static DtHlaStateDecoder* create(
44  DtExerciseConn* exConn,
45  DtObjClassDesc* classDesc);
46 };
47 
48 #endif
49 #endif
50 

Document ID: Generated on Mon Jun 22 21:18:40 EDT 2020 from SVN revision 213785
Copyright © 2005-2018 MAK Technologies. All Rights Reserved (www.mak.com)