![]() |
VR-Link API Documentation for HLA 1516
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 #ifndef dStateDecoder_H_ 00007 #define dStateDecoder_H_ 00008 00009 #if DtDIS 00010 00011 #include <vlutil/vlMachineTypes.h> 00012 00013 00014 class DtExerciseConn; 00015 00017 class DT_DLL_VL DtStateDecoder 00018 { 00019 public: 00021 DtStateDecoder(DtExerciseConn* exConn); 00022 00024 virtual ~DtStateDecoder(); 00025 00027 DtStateDecoder(const DtStateDecoder& orig); 00028 00030 DtStateDecoder& operator=(const DtStateDecoder& orig); 00031 00032 protected: 00033 DtExerciseConn* myExConn; 00034 }; 00035 00036 00037 00038 #endif 00039 #endif