29 bool beamsUpdateSystems =
true,
const DtDDMRegionSet* regionSetToUse = 0,
35 const DtList *handleList,
bool beamsUpdateSystems =
true,
45 RTI::ObjectInstanceHandle
id );
47 RTI::ObjectHandle id );
65 virtual void addEmitterSystemAdditionCallback(
67 virtual void removeEmitterSystemAdditionCallback(
73 virtual void addEmitterSystemRemovalCallback(
75 virtual void removeEmitterSystemRemovalCallback(
111 virtual void clearBeamDiscoveryCondition();
145 virtual void resolveOrphans();
168 virtual const DtList* dfltHandleList();
174 static void emitterBeamAdditionCb(
176 static void emitterBeamUpdateCb(
178 static void emitterBeamRemovalCb(
182 static void resolveOrphansPostDrainCb(
void* usr );
188 static bool delayBeamDiscoveryCondition(
DtDiscoveryCondition myBeamDiscoveryCondition
Definition: reflectedEmitterSystemListHLA.h:208
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
DtReflectedEmitterBeamList myBeamList
Definition: reflectedEmitterSystemListHLA.h:205
virtual DtReflectedObject * newReflectedObject(DtHlaObject *obj) const =0
Create a remote object object for the HLA object.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void processDiscoverObject(DtHlaObject *obj)
Process the discovery of a remote object on the network.
class DtReflectedEmitterBeam:
Definition: reflectedEmitterBeamHLA.h:32
std::set< DtDDMRegionSP > DtDDMRegionSet
Definition: region13.h:34
Instances of DtReflectedEmitterBeamList manage the list of of remote EmitterBeams in the exercise...
Definition: reflectedEmitterBeamListHLA.h:20
Contains the DtReflectedEmitterBeamList class declaration.
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
bool myBeamsUpdateSystems
Definition: reflectedEmitterSystemListHLA.h:206
Instances of DtReflectedEmitterSystemList manage the list of of remote EmitterSystems in the exercise...
Definition: reflectedEmitterSystemListHLA.h:21
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
bool(* DtDiscoveryCondition)(DtReflectedObject *refObj, void *usr)
Definition: reflectedObjectListHLA.h:46
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtObjectId myCounterId
Definition: reflectedEmitterSystemListHLA.h:202
void(* DtEmitterSystemCallbackFunction)(DtReflectedEmitterSystem *obj, void *usr)
Callback function that takes a DtReflectedObject and user data.
Definition: reflectedEmitterSystemHLA.h:21
void * myBeamDiscoveryConditionParameter
Definition: reflectedEmitterSystemListHLA.h:209
virtual void setDiscoveryCondition(DtDiscoveryCondition fn, void *usr)
Set the checker function which will determine when an object gets discovered and put into the reflect...
virtual void objectAdded(DtReflectedObject *object)
Called from processDiscoverObject() after a remote object has been added to the list.
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
DtList myOrphanBeams
used for generating dummy obj ids
Definition: reflectedEmitterSystemListHLA.h:204
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual void processRemoveObject(DtHlaObject *obj)
Process the removal of a remote object from the network.
virtual void clearDiscoveryCondition()
Unregisters the checker function set in setDiscoverCondition.
virtual bool shouldBeTimedOut(DtReflectedObject *object)
Returns whether or not the object should be timed out.
Instances of DtReflectedEmitterSystem represent EmitterSystem objects simulated by remote application...
Definition: reflectedEmitterSystemHLA.h:28