7 #ifndef DtReflectedAggregate_H_
8 #define DtReflectedAggregate_H_
69 virtual void addPostUpdateCallback(
71 virtual void removePostUpdateCallback(
77 static DtStateRepCreator setStateRepCreator(DtStateRepCreator creator);
84 virtual RTI::ObjectInstanceHandle aggregateObjectId()
const;
86 virtual RTI::ObjectHandle aggregateObjectId()
const;
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
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
class DtReflectedAggregate:
Definition: reflectedAggregateHLA.h:32
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
virtual DtAggregateStateRepository * aggregateStateRep() const
Returns a pointer to the AggregateStateRepository - through which you can inspect current state infor...
Definition: reflectedAggregateHLA.h:103
virtual DtAggregateStateRepository * asr() const
Synonym for aggregateStateRep().
Definition: reflectedAggregateHLA.h:109
DtStateRepository * myStateRep
Definition: reflectedObjectHLA.h:177
This file provides a declaration of the class DtAggregateStateRepository.
void(* DtAggregateCallbackFunction)(DtReflectedAggregate *obj, void *userData)
Definition: reflectedAggregateHLA.h:23
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29
This file provides a declaration of the class DtReflectedObject.
static DtStateRepCreator theStateRepCreator
Definition: reflectedAggregateHLA.h:99