24 typedef void (*DtRunwayCallbackFunction)(
69 virtual void addPostUpdateCallback(
70 DtRunwayCallbackFunction cb,
void* userData);
74 virtual void removePostUpdateCallback(
75 DtRunwayCallbackFunction cb,
void* userData);
82 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
95 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
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtRunwayStateRepository * myStateRep
Definition: reflectedRunwayDIS.h:116
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Definition: reflectedRunwayDIS.h:28
virtual DtRunwayStateRepository * rsr() 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
virtual DtRunwayStateRepository * runwayStateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
Instances of DtRunwayStateRepository are used to store state data for runway objects.
Definition: runwayStateRepository.h:19
Contains the DtRunwayStateRepository class declaration.
void * wrapPrev() const
Definition: vlList.h:288