7 #ifndef reflectedPointObjectListHLA_H_
8 #define reflectedPointObjectListHLA_H_
32 const DtDDMRegionSet* regionSetToUse = 0,
38 const DtList *handleList,
const DtDDMRegionSet* regionSetToUse = 0,
47 RTI::ObjectInstanceHandle
id);
49 RTI::ObjectHandle id);
61 virtual void addPointObjectAdditionCallback(
63 virtual void removePointObjectAdditionCallback(
67 virtual void addPointObjectRemovalCallback(
69 virtual void removePointObjectRemovalCallback(
91 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:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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 reflected Point Objects...
Definition: reflectedPointObjectListDIS.h:22
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
void(* DtPointObjectCallbackFunction)(DtReflectedPointObject *, void *)
Callback function that takes a DtReflectedPointObject and user data.
Definition: reflectedPointObjectDIS.h:24
virtual void objectAdded(DtReflectedObject *object)
Called after a remote object has been added to the list.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
Instances of DtReflectedPointObject represent Point Object simulated by remote applications.
Definition: reflectedPointObjectDIS.h:29