![]() |
VR-Link API Documentation for HLA 1.3
|
00001 /********************************************************************* 00002 ** Copyright (c) 1992-2010 VT MAK 00003 ** All rights reserved. 00004 *********************************************************************/ 00005 00006 00009 00010 #ifndef DtRprStateDecoderFactory_H_ 00011 #define DtRprStateDecoderFactory_H_ 00012 00013 #if DtHLA 00014 00015 #include "decFactory.h" 00016 00017 00021 #if DtSIMPLE_RPR 00022 #define DtRprStateDecoderFactory DtSimpleRprStateDecoderFactory 00023 #endif 00024 00025 00028 class DT_DLL_VL DtRprStateDecoderFactory : public DtStateDecoderFactory 00029 { 00030 public: 00031 00033 DtRprStateDecoderFactory(DtExerciseConn* exConn); 00034 00036 virtual ~DtRprStateDecoderFactory(); 00037 00038 protected: 00040 DtRprStateDecoderFactory(const DtRprStateDecoderFactory& orig); 00041 00043 DtRprStateDecoderFactory& operator=(const DtRprStateDecoderFactory& orig); 00044 }; 00045 00046 #endif 00047 #endif 00048