VR-Link API Documentation for HLA 1.3
rprEncFact.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00009 
00010 #ifndef DtRprStateEncoderFactory_H_
00011 #define DtRprStateEncoderFactory_H_
00012 
00013 #if DtHLA 
00014 
00015 #include "encFactory.h"
00016 
00017 
00021 #if DtSIMPLE_RPR
00022 #define DtRprStateEncoderFactory DtSimpleRprStateEncoderFactory
00023 #endif
00024 
00025 
00029 class DT_DLL_VL DtRprStateEncoderFactory : public DtStateEncoderFactory
00030 {
00031 public:
00032 
00035    DtRprStateEncoderFactory(DtExerciseConn* exConn);
00036 
00038    virtual ~DtRprStateEncoderFactory();
00039 
00040 protected:
00042    DtRprStateEncoderFactory(const DtRprStateEncoderFactory& orig);
00043 
00045    DtRprStateEncoderFactory& operator=(
00046       const DtRprStateEncoderFactory& orig);
00047 };
00048 
00049 #endif
00050 #endif
00051 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)