69 virtual void addPostUpdateCallback(
74 virtual void removePostUpdateCallback(
82 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
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
void(* DtRunwayCallbackFunction)(DtReflectedRunway *obj, void *userData)
Signature of the callback function that takes a DtReflectedRunway and user data.
Definition: reflectedRunwayHLA.h:24
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
Instances of DtReflectedRunway are used to represent a simulated HLAobjectRoot.Runway object reflecte...
Definition: reflectedRunwayHLA.h:31
virtual DtRunwayStateRepository * runwayStateRep() const
Returns the Runway's state repository.
Definition: reflectedRunwayHLA.h:98
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtRunwayStateRepository * myConstructedRsr
Definition: reflectedRunwayHLA.h:93
virtual DtRunwayStateRepository * rsr() const
Shorter version of lifeformRep.
Definition: reflectedRunwayHLA.h:103
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedRunwayHLA.h:95
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
Instances of DtRunwayStateRepository are used to store state data for runway objects.
Definition: runwayStateRepository.h:19
Contains the DtRunwayStateRepository class declaration.
This file provides a declaration of the class DtReflectedObject.