23 typedef void (*DtAerodromeCallbackFunction)(
68 virtual void addPostUpdateCallback(
69 DtAerodromeCallbackFunction cb,
void* userData);
73 virtual void removePostUpdateCallback(
74 DtAerodromeCallbackFunction cb,
void* userData);
77 virtual void runwayUpdated();
81 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
92 static DtStateRepCreator theStateRepCreator;
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
DtAerodromeStateRepository * myStateRep
Definition: reflectedAerodromeDIS.h:116
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
virtual DtAerodromeStateRepository * aerodromeStateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
virtual DtAerodromeStateRepository * asr() const
Synonym for aerodromeStateRep().
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
Definition: reflectedAerodromeDIS.h:28
Contains the DtAerodromeStateRepository class declaration.
void * wrapPrev() const
Definition: vlList.h:288
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects...
Definition: aerodromeStateRepository.h:25