80 virtual void addPostUpdateCallback(
82 virtual void removePostUpdateCallback(
104 virtual void runwayUpdated();
109 static void setStateRepCreator(DtStateRepCreator creator);
110 static DtStateRepCreator stateRepCreator(
void);
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
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 const DtBaseHashKey & hashKey() const =0
Get a hash key for this object.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtAerodromePdu class declaration.
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
This file contains typedefs used to represent objects in a protocol neutral way.
Instances of DtAerodromeDecoder decode data from Aerodrome PDUs to update a DtAerodromeStateRepositor...
Definition: aerodromeDecoderDIS.h:25
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
Instances of DtAerodromePdu are used for DIS network packets which encode the DtAerodromeStateReposit...
Definition: aerodromePdu.h:32
void(* DtAerodromeStateCallbackFunction)(DtReflectedAerodrome *obj, void *userData)
Definition: reflectedAerodromeDIS.h:24
This file declares DtEntityIdentifierHashKey.
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
virtual const DtGlobalObjectDesignator & globalId() const =0
Get the Global ID for this object.
void * prev() const
Definition: vlList.h:277
DtEntityIdentifierHashKey myHashKey
Definition: reflectedAerodromeDIS.h:115
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
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
This file declares DtBaseHashKey.
Definition: reflectedAerodromeDIS.h:28
virtual void processStateMessage(const DtStateMsg &msg)
Process an entity state PDU.
virtual DtString idString() const =0
Get a string identification of this object.
void * wrapPrev() const
Definition: vlList.h:288
static DtStateRepCreator theStateRepCreator
Definition: reflectedAerodromeDIS.h:114
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual DtStateRepository * stateRep() const =0
Returns a pointer to the StateRepository - through which you can inspect current state information...
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21
This file contains typedefs for machine dependant types.
DtAerodomeDecoder * myDecoder
Definition: reflectedAerodromeDIS.h:117
Instances of DtAerodromeStateRepository are used to store state data for Aerodrome objects...
Definition: aerodromeStateRepository.h:25