10 #ifndef DtReflectedRadioTransmitterList_H_
11 #define DtReflectedRadioTransmitterList_H_
41 virtual void addRadioTransmitterAdditionCallback(
43 virtual void removeRadioTransmitterAdditionCallback(
47 virtual void addRadioTransmitterRemovalCallback(
49 virtual void removeRadioTransmitterRemovalCallback(
virtual void print() const
Print the SRs of all objects.
Instances of DtReflectedObjectList are lists of instances of classes derived from DtReflectedObject...
Definition: reflectedObjectListDIS.h:38
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
virtual const DtBaseHashKey & hashKeyFromStateMessage(const DtStateMsg *msg)=0
Get a hash key from a state message.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
void(* DtRadioTransmitterCallbackFunction)(DtReflectedRadioTransmitter *obj, void *userData)
Callback function that takes a DtReflectedRadioTransmitter and usr data.
Definition: reflectedRadioTransmitterDIS.h:28
The reflected list for Radio Transmitter objects.
Definition: reflectedRadioTransmitterDIS.h:33
DtReflectedObjectList & operator=(const DtReflectedObjectList &orig)
assignment operator – not implemented
DtStringHashKey myHashKey
Definition: reflectedRadioTransmitterListDIS.h:106
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
Instances of DtStringHashKey are used as a hash key made from a string.
Definition: vlHashKeys.h:198
virtual DtReflectedObject * newReflectedObj(const DtStateMsg &msg)=0
Create a new object from a state message.
virtual void objectAdded(DtReflectedObject *object)
Called after a remote object has been added to the list.
The transmitter pdu.
Definition: transmitterPdu.h:61
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21
virtual DtReflectedObject * processStateMessage(const DtStateMsg &msg)
Process an incoming state message.
Definition: reflectedRadioTransmitterListDIS.h:20