27 const DtDDMRegionSet* regionSetToUse = 0);
32 const DtList *handleList,
const DtDDMRegionSet* regionSetToUse = 0);
50 RTI::ObjectInstanceHandle
id);
52 RTI::ObjectHandle id);
66 virtual void addRunwayAdditionCallback(
67 DtRunwayCallbackFunction cb,
void* userData);
70 virtual void removeRunwayAdditionCallback(
71 DtRunwayCallbackFunction cb,
void* userData);
74 virtual void addRunwayRemovalCallback(
75 DtRunwayCallbackFunction cb,
void* userData);
78 virtual void removeRunwayRemovalCallback(
79 DtRunwayCallbackFunction cb,
void* userData);
83 virtual const DtList* dfltHandleList();
Instances of DtReflectedObjectList are lists of instances of classes derived from DtReflectedObject...
Definition: reflectedObjectListDIS.h:38
Contains the HLA DtReflectedObjectList class declaration.
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
Definition: reflectedRunwayDIS.h:28
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
DtList is deprecated, please use std::list<T>.
Definition: vlList.h:71
Instances of this class provide a protocol independent interface to a list of Runways in a DIS enviro...
Definition: reflectedRunwayListDIS.h:24
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
virtual void objectAdded(DtReflectedObject *object)
Called after a remote object has been added to the list.
Contains the DtReflectedRunway class declaration.