9 #ifndef reflectedEntityDIS_H_
10 #define reflectedEntityDIS_H_
28 class DtDIGuyCustomPduDecoder;
29 class DtStateRepositoryExtensionDecoder;
79 virtual DtEntityStateDecoder*
decoder();
100 virtual void processStateMessage(
const DtStateMsg& msg);
103 virtual void processRelativeLocation(
const DtRelativeLocationPdu& pdu);
106 virtual void processEntityStateUpdate(
const DtEntityStateUpdatePdu& pdu);
109 virtual void processSees(
const DtSuppEmisEntStatePdu& pdu);
112 virtual void processDiGuyPdu(
const DtDIGuyCustomPdu& pdu);
123 virtual void addPostUpdateCallback(
125 virtual void removePostUpdateCallback(
136 virtual void processEntityState(
const DtEntityStatePdu& pdu);
141 virtual void acquireObject();
145 virtual void setProcessDiGuyAttributes(
bool enableProcessing);
146 virtual bool isProcessingDiGuyAttributes()
const;
155 static void setStateRepCreator(DtStateRepCreator creator);
156 static DtStateRepCreator stateRepCreator(
void);
170 DtEntityStateDecoder* myEntityDecoder;
171 DtDIGuyCustomPduDecoder* myDiGuyDecoder;
174 std::vector<DtStateRepositoryExtensionDecoder*> myStateRepositoryExtensionDecoderList;
178 static DtStateRepCreator theStateRepCreator;
Instances of DtReflectedEntity are used to represent a simulation entity reflected across a network (...
Definition: reflectedEntityHLA.h:29
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
void(* DtEntityCallbackFunction)(DtReflectedEntity *obj, void *userData)
Callback function that takes a DtReflectedObject and user data.
Definition: reflectedEntityHLA.h:23
virtual const DtObjectId & localId() const
Get the HLA object's id (local ID).
Definition: reflectedObjectHLA.h:193
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
Instances of DtEntityStateRepository are used to maintain attributes and state of entity objects in a...
Definition: entityStateRepository.h:41
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
Contains the DIS DtEntityStateDecoder class declaration.
Contains the DtEntityStateRepository class declaration.
This is a base class meant to encapsulate user callbacks on ownership management services.
Definition: ownershipHandlerHLA.h:27
DtObjectId instances are used to represent RTI::ObjectInstances in VR-Link.
Definition: objectId.h:38
This file declares DtOwnershipHandler.
Instances of DtString are used to represent strings.
Definition: vlString.h:29
virtual const DtObjectId & id() const
Get the HLA object's id (local ID).
class DtStateMsg:
Definition: stateMsgHLA.h:32
Contains classes, constants and macros which provide a wrapper around the Entity State PDU defined in...
DtEntityType is used to represent the type an entity object.
Definition: entityType.h:26