7 #ifndef DtReflectedGriddedData_H_
8 #define DtReflectedGriddedData_H_
68 virtual void addPostUpdateCallback(
71 virtual void removePostUpdateCallback(
77 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
89 static DtStateRepCreator theStateRepCreator;
103 #endif //DtReflectedGriddedData_H_
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
void(* DtGriddedDataCallbackFunction)(DtReflectedGriddedData *obj, void *userData)
Definition: reflectedGriddedDataDIS.h:29
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
DtGriddedDataRepository * myStateRep
Definition: reflectedGriddedDataDIS.h:130
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Functions in vlPrint.h provide an error and print facility for vrlink.
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
virtual DtGriddedDataRepository * gdsr() const
Synonym for griddedDataStateRep.
void * prev() const
Definition: vlList.h:277
void * wrapNext() const
Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit...
Definition: vlList.h:282
Instances of DtReflectedGriddedData represent Gridded Data objects simulated by remote applications...
Definition: reflectedGriddedDataDIS.h:35
void * wrapPrev() const
Definition: vlList.h:288
Instances of DtGriddedDataRepository are used to communicate environmental data defined on a grid...
Definition: griddedDataRepository.h:23