10 #ifndef reflectedFederate_H_
11 #define reflectedFederate_H_
63 virtual void addPostUpdateCallback(
68 virtual void removePostUpdateCallback(
73 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:58
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtFederateStateRepository * federateRep() const
Returns the Federate's state repository.
Definition: reflectedFederate.h:87
static DtStateRepCreator theStateRepCreator
The function called to create state repositories.
Definition: reflectedFederate.h:84
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
Instances of DtFederateStateRepsository are used to hold data from the RTI's Management Object Model ...
Definition: federateStateRepository.h:30
Instances of DtHlaObject are used to represent HLA objects which are communicated across the network...
Definition: hlaObject.h:56
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:177
This file provides a declaration of the class DtFederateStateRepository.
void(* DtFederateCallbackFunction)(DtReflectedFederate *obj, void *userData)
Definition: reflectedFederate.h:20
virtual DtFederateStateRepository * fsr() const
Shorter version of lifeformRep.
Definition: reflectedFederate.h:92
This class contains information about a Federate instance in HLA.
Definition: reflectedFederate.h:26
This file provides a declaration of the class DtReflectedObject.