VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
griddedDataEncoderDIS.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 
12 
13 
14 #ifndef griddedDataEncoderDIS_H_
15 #define griddedDataEncoderDIS_H_
16 
17 #include "stateEncoder.h"
18 #include "griddedDataRepository.h"
19 #include "griddedDataPdu.h"
20 
25 {
26 public:
29 
31  virtual ~DtGriddedDataEncoder();
32 
35 
38 
43  virtual DtGriddedDataPdu* stateMsg(
44  const DtGriddedDataRepository& stateRep,
45  const DtGriddedDataRepository& asSeenByRemote);
46 
48 protected:
51  virtual bool sendNeeded(
52  const DtGriddedDataRepository& stateRep,
53  const DtGriddedDataRepository& asSeenByRemote);
54 
56  virtual bool needGridAxisInfo(
57  const DtGriddedDataRepository& stateRep,
58  const DtGriddedDataRepository& asSeenByRemote,
59  int index);
60 
62  virtual bool needGridDataInfo(
63  const DtGriddedDataRepository& stateRep,
64  const DtGriddedDataRepository& asSeenByRemote,
65  int index);
66 
67 protected:
69 };
70 
71 #endif
72 #endif
73 
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
The DtStateEncoder class provides a base class for all DIS encoders.
Definition: stateEncoder.h:33
Contains the DtGriddedDataPdu class declaration.
DtGriddedDataPdu myPdu
Definition: griddedDataEncoderDIS.h:68
DtStateEncoder & operator=(const DtStateEncoder &orig)
Assignment operator.
Instances of DtGriddedDataPdu are used to communicate environmental data defined on a grid...
Definition: griddedDataPdu.h:43
#define DtCLONE_ENCODER(encoderClass)
Definition: stateEncoder.h:26
Instances of DtGriddedDataEncoder are used to take state information from a DtGriddedDataRepository a...
Definition: griddedDataEncoderDIS.h:24
This file declares the DIS version of DtStateEncoder.
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)