7 #ifndef DtReflectedRadioTransmitter_H_
8 #define DtReflectedRadioTransmitter_H_
68 virtual void addPostUpdateCallback(
71 virtual void removePostUpdateCallback(
77 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
90 static DtStateRepCreator theStateRepCreator;
94 DtReflectedRadioTransmitter::transmitterRep()
const
105 #endif //DtReflectedRadioTransmitter_H_
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
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
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
The reflected list for Radio Transmitter objects.
Definition: reflectedRadioTransmitterDIS.h:33
DtRadioTransmitterRepository * myStateRep
Definition: reflectedRadioTransmitterDIS.h:128
Instances of DtReflectedObject are used to represent a simulation entity reflected across a network (...
Definition: reflectedObjectDIS.h:34
void * prev() const
Definition: vlList.h:277
virtual DtRadioTransmitterRepository * tsr() const
Synonym for radioXmitRep.
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
Instances of DtRadioTransmitterRepository are used to store state information for objects which are r...
Definition: radioTransmitterRepository.h:29
void * wrapPrev() const
Definition: vlList.h:288