7 #ifndef reflectedArealObjectHLA_H_
8 #define reflectedArealObjectHLA_H_
67 virtual void addPostUpdateCallback(
70 virtual void removePostUpdateCallback(
76 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
88 static DtStateRepCreator theStateRepCreator;
101 #endif //hReflArealObj_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 DtArealObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtArealObjectRepository * aosr() const
Synonym for arealObjectStateRep().
Definition: reflectedArealObjectDIS.h:48
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 DtArealObjectRepository are used to maintain state information needed by areal object en...
Definition: arealObjectRepository.h:30
void * wrapPrev() const
Definition: vlList.h:288
void(* DtArealObjectCallbackFunction)(DtReflectedArealObject *, void *)
Callback function that takes a DtReflectedArealObject and user data.
Definition: reflectedArealObjectDIS.h:23
Instances of DtReflectedArealObject represent Areal Objects simulated by remote applications.
Definition: reflectedArealObjectDIS.h:28