VR-Link API Documentation for HLA 1.3
dStateDecoder.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef dStateDecoder_H_
7 #define dStateDecoder_H_
8 
9 #if DtDIS
10 
11 #include <vlutil/vlMachineTypes.h>
12 
13 
14 class DtExerciseConn;
15 
17 class DT_DLL_VL DtStateDecoder
18 {
19 public:
21  DtStateDecoder(DtExerciseConn* exConn);
22 
24  virtual ~DtStateDecoder();
25 
27  DtStateDecoder(const DtStateDecoder& orig);
28 
30  DtStateDecoder& operator=(const DtStateDecoder& orig);
31 
32 protected:
33  DtExerciseConn* myExConn;
34 };
35 
36 
37 
38 #endif
39 #endif

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)