7 #ifndef reflectedAggregateListHLA_H_
8 #define reflectedAggregateListHLA_H_
32 bool smoothCapable =
false,
const DtDDMRegionSet* regionSetToUse = 0,
38 const DtList *handleList,
bool smoothCapable =
false,
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();
class DtReflectedObjectList
Definition: reflectedObjectListHLA.h:58
Contains the HLA DtReflectedObjectList class declaration.
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
virtual DtReflectedObject * newReflectedObject(DtHlaObject *obj) const =0
Create a remote object object for the HLA object.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtReflectedAggregateList:
Definition: reflectedAggregateListHLA.h:25
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region13.h:34
class DtReflectedAggregate:
Definition: reflectedAggregateHLA.h:32
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:56
DtList is deprecated, please use std::list<T>.
Definition: vlList.h:71
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
virtual void removeAndDelete(DtReflectedObject *obj, char *msg=nullptr)
Remove the remote object from the list if found and delete it.
bool mySmoothCapable
Definition: reflectedAggregateListHLA.h:112
virtual void objectAdded(DtReflectedObject *object)
Called from processDiscoverObject() after a remote object has been added to the list.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
void(* DtAggregateCallbackFunction)(DtReflectedAggregate *obj, void *userData)
Definition: reflectedAggregateHLA.h:23
This file provides a declaration of the class DtReflectedAggregate.