10 #ifndef DtReflectedRadioTransmitter_H_
11 #define DtReflectedRadioTransmitter_H_
80 virtual int radioId()
const;
84 virtual void processStateMessage(
const DtStateMsg& msg);
96 virtual void addPostUpdateCallback(
98 virtual void removePostUpdateCallback(
109 virtual void processRadioTransmitter(
const DtTransmitterPdu& pdu);
114 static void setStateRepCreator(DtStateRepCreator creator);
115 static DtStateRepCreator stateRepCreator();
135 static DtStateRepCreator theStateRepCreator;
139 inline int DtReflectedRadioTransmitter::radioId()
const
DtHlaStateDecoder * myDecoder
Definition: reflectedObjectHLA.h:181
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:60
#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)
Definition: reflectedRadioTransmitterHLA.h:23
Instances of DtSystemHashKey are used as hash keys for an emitter system.
Definition: systemHashKey.h:18
virtual const DtObjectId & localId() const
Get the HLA object's id (local ID).
Definition: reflectedObjectHLA.h:193
This file contains typedefs used to represent objects in a protocol neutral way.
virtual DtHlaStateDecoder * decoder()
Returns a pointer to the Decoder being used to decode state messages into our SR. ...
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtStateRepository * stateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
Definition: reflectedObjectHLA.h:198
class DtReflectedRadioTransmitter:
Definition: reflectedRadioTransmitterHLA.h:32
DtObjectId myId
Definition: reflectedObjectHLA.h:183
class DtRadioTransmitterDecoder:
Definition: radioTransmitterDecoderHLA.h:31
virtual const DtGlobalObjectDesignator & globalId() const
Get the HLA object's global object designator - the object name in HLA.
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtRadioTransmitterRepository are used to store state information for objects which are r...
Definition: radioTransmitterRepository.h:29
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual const DtObjectId & id() const
Get the HLA object's id (local ID).
class DtStateMsg:
Definition: stateMsgHLA.h:32