VR-Link API Documentation for DIS
 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-2025 MAK Technologies, Inc
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 
22 {
23 public:
26 
28  virtual ~DtGriddedDataDecoder();
29 
32 
35  const DtGriddedDataDecoder& orig);
36 
38  virtual void decode(
39  const DtGriddedDataPdu& pdu,
40  DtGriddedDataRepository* stateRep);
41 
43 
44 protected:
46 };
47 #endif
48 #endif
49 
Base class for all DIS state decoders.
Definition: stateDecoder.h:23
DtExerciseConn * myExConn
Definition: griddedDataDecoderDIS.h:45
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void decode(DtPdu *pdu, DtPduFactory *pduFactory=0)
This is a dummy method for backwards compatibility with DIS decoders.
Contains the DtGriddedDataPdu class declaration.
Instances of DtGriddedDataPdu are used to communicate environmental data defined on a grid...
Definition: griddedDataPdu.h:43
DtStateDecoder & operator=(const DtStateDecoder &orig)
Assignment operator.
#define DtCLONE_DECODER(decoderClass)
Definition: stateDecoder.h:16
Instances of DtGriddedDataDecoder decode Gridded Data PDU's into DtGriddedDataRepository objects...
Definition: griddedDataDecoderDIS.h:21
Instances of DtGriddedDataRepository are used to communicate environmental data defined on a grid...
Definition: griddedDataRepository.h:23

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)