7 #ifndef reflectedArealObjectHLA_H_
8 #define reflectedArealObjectHLA_H_
67 virtual void addPostUpdateCallback(
70 virtual void removePostUpdateCallback(
76 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
101 #endif //hReflArealObj_H_
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
Contains the DtArealObjectRepository class declaration.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
void(* DtArealObjectCallbackFunction)(DtReflectedArealObject *obj, void *userData)
Definition: reflectedArealObjectHLA.h:23
static DtStateRepCreator theStateRepCreator
Definition: reflectedArealObjectHLA.h:88
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
virtual DtArealObjectRepository * arealObjectRep() const
Get the areal object's state repository.
Definition: reflectedArealObjectHLA.h:91
virtual DtArealObjectRepository * aosr() const
Synonym for arealObjectRep().
Definition: reflectedArealObjectHLA.h:96
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:180
Instances of DtArealObjectRepository are used to maintain state information needed by areal object en...
Definition: arealObjectRepository.h:30
This file provides a declaration of the class DtReflectedObject.
class DtReflectedArealObject:
Definition: reflectedArealObjectHLA.h:31