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;
99 static DtStateRepCreator theStateRepCreator;
void * next() const
Return next (previous) elements on the list, or NULL if hit the end (beginning) of the list...
Definition: vlList.h:272
virtual DtAggregateStateRepository * asr() const
Synonym for aggregateStateRep().
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
void(* DtAggregateCallbackFunction)(DtReflectedAggregate *obj, void *userData)
Callback function that takes a DtReflectedAggregate and user data.
Definition: reflectedAggregateDIS.h:29
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – not implemented
virtual DtAggregateStateRepository * aggregateStateRep() const
Returns a pointer to the AggregateStateRepository - through which you can inspect current state infor...
Instances of this class provide a protocol independent interface to a reflected aggregate in a DIS en...
Definition: reflectedAggregateDIS.h:35
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
void * wrapPrev() const
Definition: vlList.h:288
This file provides a declaration of the class DtAggregateStateRepository.
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29