68 virtual void addPostUpdateCallback(
73 virtual void removePostUpdateCallback(
77 virtual void runwayUpdated();
81 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
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtAerodromeStateRepository * asr() const
Shorter version of lifeformRep.
Definition: reflectedAerodromeHLA.h:100
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
void(* DtAerodromeCallbackFunction)(DtReflectedAerodrome *obj, void *userData)
Signature of the callback function that takes a DtReflectedAerodrome and user data.
Definition: reflectedAerodromeHLA.h:23
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
Instances of DtReflectedAerodrome are used to represent a simulated HLAobjectRoot.Aerodrome object reflected across a network.
Definition: reflectedAerodromeHLA.h:30
Contains the DtAerodromeStateRepository class declaration.
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedAerodromeHLA.h:92
virtual DtAerodromeStateRepository * aerodromeStateRep() const
Returns the Aerodrome's state repository.
Definition: reflectedAerodromeHLA.h:95
This file provides a declaration of the class DtReflectedObject.
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects...
Definition: aerodromeStateRepository.h:25