7 #ifndef reflectedPointObjectHLA_H_
8 #define reflectedPointObjectHLA_H_
67 virtual void addPostUpdateCallback(
70 virtual void removePostUpdateCallback(
76 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
88 static DtStateRepCreator theStateRepCreator;
102 #endif //hReflPointObj_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
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
Contains the DtPointObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtPointObjectRepository * posr() const
Synonym for pointObjectStateRep().
Definition: reflectedPointObjectDIS.h:49
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
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 DtPointObjectRepository are used to maintain state information needed by point environme...
Definition: pointObjectRepository.h:31
void(* DtPointObjectCallbackFunction)(DtReflectedPointObject *, void *)
Callback function that takes a DtReflectedPointObject and user data.
Definition: reflectedPointObjectDIS.h:24
void * wrapPrev() const
Definition: vlList.h:288
Instances of DtReflectedPointObject represent Point Object simulated by remote applications.
Definition: reflectedPointObjectDIS.h:29