9 #ifndef DtReflectedRadioReceiver_H_
10 #define DtReflectedRadioReceiver_H_
68 virtual void addPostUpdateCallback(
71 virtual void removePostUpdateCallback(
77 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
90 static DtStateRepCreator theStateRepCreator;
104 #endif //DtReflectedRadioReceiver_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:62
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtRadioReceiverRepository * rsr() const
Synonym for receiverRep().
void(* DtRadioReceiverCallbackFunction)(DtReflectedRadioReceiver *obj, void *userData)
Definition: reflectedRadioReceiverDIS.h:29
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
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
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
virtual DtRadioReceiverRepository * receiverRep() const
Returns ptr to a DtRadioReceiverRepository – through which you can inspect current state info...
DtRadioReceiverRepository * myStateRep
Definition: reflectedRadioReceiverDIS.h:130
Instances of DtRadioReceiverRepository are used to store state information for radio receiver objects...
Definition: radioReceiverRepository.h:19
void * wrapPrev() const
Definition: vlList.h:288
Instances of DtReflectedRadioReceiver represent radio receiver objects simulated by remote applicatio...
Definition: reflectedRadioReceiverDIS.h:35