50 virtual void addAerodromeAdditionCallback(
51 DtAerodromeStateCallbackFunction cb,
void* userData);
52 virtual void removeAerodromeAdditionCallback(
53 DtAerodromeStateCallbackFunction cb,
void* userData);
56 virtual void addAerodromeRemovalCallback(
57 DtAerodromeStateCallbackFunction cb,
void* userData);
58 virtual void removeAerodromeRemovalCallback(
59 DtAerodromeStateCallbackFunction cb,
void* userData);
68 const DtAerodromePdu& pdu);
89 virtual int acceptPdu(
const DtStateMsg& msg)
const;
93 hashKeyFromStateMessage(
const DtStateMsg* msg);
104 static void runwayAdditionCb(
106 static void runwayUpdateCb(
108 static void runwayRemovalCb(
118 static void resolveOrphansPostDrainCb(
void* usr);
121 void resolveOrphans();
128 static void aerodromeStateCb(DtAerodromePdu* pdu,
void* usr);
131 std::vector<DtReflectedRunway*> myOrphanRunways;
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
class DtReflectedObjectList
Definition: reflectedObjectListHLA.h:58
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
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtReflectedRunway are used to represent a simulated HLAobjectRoot.Runway object reflecte...
Definition: reflectedRunwayHLA.h:31
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
This file declares DtEntityIdentifierHashKey.
Instances of DtReflectedRunwayList manage a list of DtReflectedRunway objects.
Definition: reflectedRunwayListHLA.h:22
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
A Universally Unique Identifier DtVrlUuid stores a 16byte encoded UUID string.
Definition: vlUuid.h:28
Instances of DtReflectedAerodrome are used to represent a simulated HLAobjectRoot.Aerodrome object reflected across a network.
Definition: reflectedAerodromeHLA.h:30
Instances of DtReflectedAerodromeList manage a list of DtReflectedAerodrome objects.
Definition: reflectedAerodromeListHLA.h:25
virtual void objectAdded(DtReflectedObject *object)
Called from processDiscoverObject() after a remote object has been added to the list.
class DtStateMsg:
Definition: stateMsgHLA.h:32
virtual void print()
Print the SRs of all objects.