VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentProcessDecoderDIS.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 "stateDecoder.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  DtCLONE_DECODER(DtEnvironmentProcessDecoder);
44 };
45 #endif
46 #endif
47 

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)