10 #ifndef DtReflectedRadioReceiverList_H_
11 #define DtReflectedRadioReceiverList_H_
40 virtual void addRadioReceiverAdditionCallback(
42 virtual void removeRadioReceiverAdditionCallback(
46 virtual void addRadioReceiverRemovalCallback(
48 virtual void removeRadioReceiverRemovalCallback(
57 processRadioReceiver(
const DtReceiverPdu& pdu);
86 hashKeyFromStateMessage(
const DtStateMsg* msg);
99 static void radioReceiverCb(DtReceiverPdu* pdu,
void* usr);
class DtReflectedObjectList
Definition: reflectedObjectListHLA.h:58
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
Instances of DtSystemHashKey are used as hash keys for an emitter system.
Definition: systemHashKey.h:18
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
class DtReflectedRadioReceiverList:
Definition: reflectedRadioReceiverListHLA.h:26
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
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
class DtStateMsg:
Definition: stateMsgHLA.h:32
class DtReflectedRadioReceiver:
Definition: reflectedRadioReceiverHLA.h:32
virtual void print()
Print the SRs of all objects.
void(* DtRadioReceiverCallbackFunction)(DtReflectedRadioReceiver *obj, void *userData)
Definition: reflectedRadioReceiverHLA.h:23