73 virtual void addPostUpdateCallback(
78 virtual void removePostUpdateCallback(
83 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
84 static DtStateRepCreator stateRepCreator();
123 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
124 static DtStateRepCreator stateRepCreator();
127 static DtStateRepCreator theStateRepCreator;
virtual DtDIGuyObjectStateRepository * dsr() const
Shorter version of lifeformRep.
Definition: reflectedDiGuyObject.h:107
virtual DtDIGuyObjectStateRepository * dIGuyObjectStateRep() const
Returns the DIGuyObject's state repository.
Definition: reflectedDiGuyObject.h:102
Contains the DtDIGuyObjectStateRepository class declaration.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtDIGuyObjectStateRepository * myConstructedDsr
Definition: reflectedDiGuyObject.h:95
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
Instances of DtReflectedDIGuyObject are used to represent a simulated HLAobjectRoot.DIGuyObject object reflected across a network.
Definition: reflectedDiGuyObject.h:31
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
void(* DtDIGuyObjectCallbackFunction)(DtReflectedDIGuyObject *obj, void *userData)
Signature of the callback function that takes a DtReflectedDIGuyObject and user data.
Definition: reflectedDiGuyObject.h:24
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
Instances of DtDIGuyObjectStateRepository are used to store state data for DIGuyObject objects...
Definition: diGuyObjectStateRepository.h:31
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedDiGuyObject.h:99
This file provides a declaration of the class DtReflectedObject.