VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
reflectedGriddedDataHLA.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 #ifndef DtReflectedGriddedData_H_
8 #define DtReflectedGriddedData_H_
9 
10 #if DtHLA
11 
12 #include "griddedDataRepository.h"
13 #include "reflectedObjectHLA.h"
14 #include <vlutil/vlPrint.h>
15 
20 
25  DtReflectedGriddedData* obj, void* userData);
26 
31 
33 {
34 public:
35 
37  typedef DtGriddedDataRepository* (*DtStateRepCreator)();
38 
39 public:
40 
43 
45  virtual ~DtReflectedGriddedData();
46 
48  virtual DtGriddedDataRepository* gridDataRep() const;
49 
51  virtual DtGriddedDataRepository* gdsr() const;
52 
54  virtual DtReflectedGriddedData* next() const;
55 
57  virtual DtReflectedGriddedData* prev() const;
58 
61  virtual DtReflectedGriddedData* wrapNext() const;
62 
65  virtual DtReflectedGriddedData* wrapPrev() const;
66 
68  virtual void addPostUpdateCallback(
69  DtGriddedDataCallbackFunction cb, void* userData);
70 
71  virtual void removePostUpdateCallback(
72  DtGriddedDataCallbackFunction cb, void* userData);
73 
74 public:
75 
77  static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
78 
79 protected:
80 
83 
86 
87 protected:
88 
89  static DtStateRepCreator theStateRepCreator;
90 };
91 
93 {
95 }
96 
98 {
100 }
101 
102 #endif //DtHLA
103 #endif //DtReflectedGriddedData_H_
104 
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
void(* DtGriddedDataCallbackFunction)(DtReflectedGriddedData *obj, void *userData)
Definition: reflectedGriddedDataHLA.h:24
Functions in vlPrint.h provide an error and print facility for vrlink.
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
virtual DtGriddedDataRepository * gridDataRep() const
Get the designator&#39;s state repository.
Definition: reflectedGriddedDataHLA.h:92
static DtStateRepCreator theStateRepCreator
Definition: reflectedGriddedDataHLA.h:89
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
virtual DtGriddedDataRepository * gdsr() const
Synonym for designatorRep().
Definition: reflectedGriddedDataHLA.h:97
class DtReflectedGriddedData:
Definition: reflectedGriddedDataHLA.h:32
This file provides a declaration of the class DtReflectedObject.
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)