VR-Link API Documentation for HLA 1.3
 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 
25 {
26 public:
27 
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 Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)