10 #ifndef DtReflectedRadioTransmitter_H_
11 #define DtReflectedRadioTransmitter_H_
80 virtual int radioId()
const;
96 virtual void addPostUpdateCallback(
98 virtual void removePostUpdateCallback(
114 static void setStateRepCreator(DtStateRepCreator creator);
115 static DtStateRepCreator stateRepCreator();
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
virtual const DtBaseHashKey & hashKey() const =0
Get a hash key for this object.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
DtStringHashKey myHashKey
Definition: reflectedRadioTransmitterDIS.h:130
This file contains typedefs used to represent objects in a protocol neutral way.
void(* DtRadioTransmitterCallbackFunction)(DtReflectedRadioTransmitter *obj, void *userData)
Callback function that takes a DtReflectedRadioTransmitter and usr data.
Definition: reflectedRadioTransmitterDIS.h:28
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
virtual int radioId() const
Get the radio transmitter's radio ID.
Definition: reflectedRadioTransmitterDIS.h:139
The reflected list for Radio Transmitter objects.
Definition: reflectedRadioTransmitterDIS.h:33
DtRadioTransmitterRepository * myStateRep
Definition: reflectedRadioTransmitterDIS.h:128
Instances of the class DtRadioTransmitterDecoder decode Radio Transmitter PDU's into DtRadioTransmitt...
Definition: radioTransmitterDecoderDIS.h:21
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
static DtStateRepCreator theStateRepCreator
Definition: reflectedRadioTransmitterDIS.h:135
virtual const DtGlobalObjectDesignator & globalId() const =0
Get the Global ID for this object.
void * prev() const
Definition: vlList.h:277
void * wrapNext() const
Return next (previous) elements on the list, but wrap to the beginning (end) of the list when you hit...
Definition: vlList.h:282
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
DtString myIdString
Definition: reflectedRadioTransmitterDIS.h:131
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
This file declares DtBaseHashKey.
DtRadioTransmitterDecoder * myDecoder
Definition: reflectedRadioTransmitterDIS.h:129
Instances of DtStringHashKey are used as a hash key made from a string.
Definition: vlHashKeys.h:198
virtual unsigned int radioId() const
Get the Transmitter radio number.
virtual void processStateMessage(const DtStateMsg &msg)
Process an entity state PDU.
virtual DtString idString() const =0
Get a string identification of this object.
The transmitter pdu.
Definition: transmitterPdu.h:61
void * wrapPrev() const
Definition: vlList.h:288
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual DtStateRepository * stateRep() const =0
Returns a pointer to the StateRepository - through which you can inspect current state information...
Instances of DtStateMsg are used to represent state data communicated via the network in a DIS (as op...
Definition: stateMsgDIS.h:21
DtEntityIdentifier myId
Definition: reflectedRadioTransmitterDIS.h:127