VR-Link API Documentation for HLA Evolved
genericDec.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 DtGenericObjectDecoder_H_
13 #define DtGenericObjectDecoder_H_
14 
15 
16 #include "hStateDecoder.h"
17 
21 
23 
25 {
26 public:
27 
30 
32  virtual ~DtGenericObjectDecoder();
33 
35  virtual void decodeAttribute(
36  DtStateRepository* stateRep,
37  const RTI::AttributeHandleValuePairSet& attrs,
38  unsigned long pairSetIndex) const;
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 Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)