7 #ifndef reflectedAggregateListHLA_H_
8 #define reflectedAggregateListHLA_H_
32 bool smoothCapable =
false,
const DtDDMRegionSet* regionSetToUse = 0,
38 const DtList *handleList,
bool smoothCapable =
false,
39 const DtDDMRegionSet* regionSetToUse = 0,
48 RTI::ObjectInstanceHandle
id);
50 RTI::ObjectHandle id);
62 virtual void addAggregateAdditionCallback(
64 virtual void removeAggregateAdditionCallback(
68 virtual void addAggregateRemovalCallback(
70 virtual void removeAggregateRemovalCallback(
82 virtual const DtList* dfltHandleList();
90 DtHlaObject* obj)
const;
112 bool mySmoothCapable;
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
Instances of this class provide a protocol independent interface to a list of reflected aggregates in...
Definition: reflectedAggregateListDIS.h:20
void(* DtAggregateCallbackFunction)(DtReflectedAggregate *obj, void *userData)
Callback function that takes a DtReflectedAggregate and user data.
Definition: reflectedAggregateDIS.h:29
Instances of this class provide a protocol independent interface to a reflected aggregate in a DIS en...
Definition: reflectedAggregateDIS.h:35
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
DtList is deprecated, please use std::list<T>.
Definition: vlList.h:71
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 removeAndDelete(DtReflectedObject *obj, char *msg=NULL)
Remove the remote object from the list if found and delete it.
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