VR-Link API Documentation for HLA 1.3
dEnvProcDec.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 
00007 #if DtDIS
00008 
00009 
00012 
00013 #ifndef DtEnvironmentProcessDecoder_H_
00014 #define DtEnvironmentProcessDecoder_H_
00015 
00016 #include "dStateDecoder.h"
00017 #include "envProcPdu.h"
00018 #include "envProcessSR.h"
00019 
00022 class DT_DLL_VL DtEnvironmentProcessDecoder : public DtStateDecoder
00023 {
00024 public:
00026    DtEnvironmentProcessDecoder(DtExerciseConn* conn);
00027 
00029    virtual ~DtEnvironmentProcessDecoder();
00030 
00032    DtEnvironmentProcessDecoder(const DtEnvironmentProcessDecoder& orig);
00033 
00035    DtEnvironmentProcessDecoder& operator=(
00036       const DtEnvironmentProcessDecoder& orig);
00037 
00039    virtual void decode(
00040       const DtEnvironmentalProcessPdu& pdu,
00041       DtEnvironmentProcessRepository* stateRep);
00042 };
00043 #endif
00044 #endif
00045 

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)