VR-Link API Documentation for HLA Evolved
dEnvProcDec.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtDIS
8 
9 
12 
13 #ifndef DtEnvironmentProcessDecoder_H_
14 #define DtEnvironmentProcessDecoder_H_
15 
16 #include "dStateDecoder.h"
17 #include "envProcPdu.h"
18 #include "envProcessSR.h"
19 
22 class DT_DLL_VL DtEnvironmentProcessDecoder : public DtStateDecoder
23 {
24 public:
27 
29  virtual ~DtEnvironmentProcessDecoder();
30 
33 
35  DtEnvironmentProcessDecoder& operator=(
36  const DtEnvironmentProcessDecoder& orig);
37 
39  virtual void decode(
40  const DtEnvironmentalProcessPdu& pdu,
42 };
43 #endif
44 #endif
45 

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)