9 #ifndef DtReflectedRadioReceiver_H_
10 #define DtReflectedRadioReceiver_H_
68 virtual void addPostUpdateCallback(
71 virtual void removePostUpdateCallback(
77 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
104 #endif //DtReflectedRadioReceiver_H_
virtual DtRadioReceiverRepository * rsr() const
Synonym for receiverRep().
Definition: reflectedRadioReceiverHLA.h:99
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtRadioReceiverRepository * receiverRep() const
Get the receiver's state repository.
Definition: reflectedRadioReceiverHLA.h:94
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:58
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
Instances of DtRadioReceiverRepository are used to store state information for radio receiver objects...
Definition: radioReceiverRepository.h:19
static DtStateRepCreator theStateRepCreator
Definition: reflectedRadioReceiverHLA.h:90
class DtReflectedRadioReceiver:
Definition: reflectedRadioReceiverHLA.h:32
This file provides a declaration of the class DtReflectedObject.
void(* DtRadioReceiverCallbackFunction)(DtReflectedRadioReceiver *obj, void *userData)
Definition: reflectedRadioReceiverHLA.h:23