VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
griddedDataDecoderDIS.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 
11 
12 #ifndef DtGriddedDataDecoder_H_
13 #define DtGriddedDataDecoder_H_
14 
15 #include "stateDecoder.h"
16 #include "griddedDataPdu.h"
17 #include "griddedDataRepository.h"
18 
21 class DT_DLL_VL DtGriddedDataDecoder : public DtStateDecoder
22 {
23 public:
26 
28  virtual ~DtGriddedDataDecoder();
29 
32 
34  DtGriddedDataDecoder& operator=(
35  const DtGriddedDataDecoder& orig);
36 
38  virtual void decode(
39  const DtGriddedDataPdu& pdu,
40  DtGriddedDataRepository* stateRep);
41 
42  DtCLONE_DECODER(DtGriddedDataDecoder);
43 
44 protected:
45  DtExerciseConn* myExConn;
46 };
47 #endif
48 #endif
49 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtGriddedDataPdu class declaration.
Instances of DtGriddedDataPdu are used to communicate environmental data defined on a grid...
Definition: griddedDataPdu.h:41
class DtGriddedDataDecoder:
Definition: griddedDataDecoderHLA.h:35
Instances of DtGriddedDataRepository are used to communicate environmental data defined on a grid...
Definition: griddedDataRepository.h:23

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)