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 #include <vl/pduDecoderFactory.h>
20 #include <vl/pduEncoderFactory.h>
21 
24 class DT_DLL_VL DtEnvironmentProcessDecoder : public DtStateDecoder
25 {
26 public:
29 
31  virtual ~DtEnvironmentProcessDecoder();
32 
35 
37  DtEnvironmentProcessDecoder& operator=(
38  const DtEnvironmentProcessDecoder& orig);
39 
41  virtual void decode(
42  const DtEnvironmentalProcessPdu& pdu,
44 
45  DtCLONE_DECODER(DtEnvironmentProcessDecoder);
46 };
47 #endif
48 #endif
49 

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)