10 #ifndef DtReflectedAggregate_H_
11 #define DtReflectedAggregate_H_
71 virtual DtAggregateStateDecoder*
decoder();
85 virtual void processStateMessage(
const DtStateMsg& msg);
87 virtual void processRelativeLocation(
const DtRelativeLocationPdu& pdu);
98 virtual void addPostUpdateCallback(
100 virtual void removePostUpdateCallback(
111 virtual void processAggregateState(
const DtAggregateStatePdu& pdu);
116 static void setStateRepCreator(DtStateRepCreator creator);
117 static DtStateRepCreator stateRepCreator(
void);
131 DtAggregateStateDecoder* myAggregateDecoder;
136 static DtStateRepCreator theStateRepCreator;
Instances of DtEntityIdentifierHashKey are hash keys made from DtEntityIdentifiers.
Definition: entityIdentifierHashKey.h:21
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
DtBaseHashKey is an abstract base class for hash keys.
Definition: vlHashKeys.h:39
This file contains typedefs used to represent objects in a protocol neutral way.
virtual DtHlaStateDecoder * decoder()
Returns a pointer to the Decoder being used to decode state messages into our SR. ...
DtReflectedObject & operator=(const DtReflectedObject &orig)
assignment operator – Not Implemented
virtual DtStateRepository * stateRep() const
Returns a pointer to the StateRepository - through which you can inspect current state information...
Definition: reflectedObjectHLA.h:198
DtObjectId myId
Definition: reflectedObjectHLA.h:183
class DtReflectedAggregate:
Definition: reflectedAggregateHLA.h:32
virtual const DtGlobalObjectDesignator & globalId() const
Get the HLA object's global object designator - the object name in HLA.
class DtReflectedObject:
Definition: reflectedObjectHLA.h:36
DtStateRepository is an abstract base class for maintaining state for an object.
Definition: stateRepository.h:50
Instances of DtEntityIdentifier are used as a unique ID for entities in DIS.
Definition: entityIdentifier.h:31
This file declares DtAggregateStatePdu – DIS Only.
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
This file declares the class DtAggregateStateDecoder – DIS only.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
void(* DtAggregateCallbackFunction)(DtReflectedAggregate *obj, void *userData)
Definition: reflectedAggregateHLA.h:23
virtual const DtObjectId & id() const
Get the HLA object's id (local ID).
class DtStateMsg:
Definition: stateMsgHLA.h:32
This file contains typedefs for machine dependant types.
A protocol independent representation of an aggregate.
Definition: aggregateStateRepository.h:29
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26