VR-Link API Documentation for HLA 1516
 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 
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
Contains the DtEnvironmentProcessRepository class declaration.
Instances of DtEnvironmentalProcessPdu are used to send information about environmental effects and p...
Definition: environmentalProcessPdu.h:32
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Instances of DtEnvironmentProcessRepository are used to store state information for environmental pro...
Definition: environmentProcessRepository.h:27
Contains the DtEnvironmentalProcessPdu class declaration.
class DtEnvironmentProcessDecoder:
Definition: environmentProcessDecoderHLA.h:36

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)