24 typedef void (*DtDIGuyObjectCallbackFunction)(
73 virtual void addPostUpdateCallback(
74 DtDIGuyObjectCallbackFunction cb,
void* userData);
78 virtual void removePostUpdateCallback(
79 DtDIGuyObjectCallbackFunction cb,
void* userData);
83 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
84 static DtStateRepCreator stateRepCreator();
99 static DtStateRepCreator theStateRepCreator;
123 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
124 static DtStateRepCreator stateRepCreator();
Contains the DtDIGuyObjectStateRepository class declaration.
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
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Definition: reflectedDiGuyObject.h:115
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 DtDIGuyObjectStateRepository are used to store state data for DIGuyObject objects...
Definition: diGuyObjectStateRepository.h:27
void * wrapPrev() const
Definition: vlList.h:288
static DtStateRepCreator theStateRepCreator
Definition: reflectedDiGuyObject.h:127