14 #include <vl/reflectedEntityList.h>
16 class DtEntityStateRepository;
18 #define ENTITY_TEMPLATE_ARGS \
19 DtPortalEntity, DtPortalReflectedEntity, \
20 DtReflectedEntity, DtReflectedEntityList, \
21 DtEntityStateRepository, DtNoRelEntityPublisher
23 namespace MAKVrExchange
67 virtual void initializePortalCallbacks();
68 virtual void removePortalCallbacks();
104 virtual void discoverDisObject( DtReflectedEntity* obj );
123 const DtEntityStateRepository& sr );
139 virtual void removeDisObject(
const DtReflectedObject& refObj );
157 virtual bool hasDiGuyAttributes(
const DtEntityStateRepository& entity );
160 virtual void syncDisDeadReckonedValues( DtEntityStateRepository* destination,
164 virtual void syncPortalDeadReckonedValues(
DtPortalEntity* destination,
165 const DtEntityStateRepository& source );
169 const DtEntityStateRepository& source,
const DtReflectedEntity& reflectedObject );
172 virtual DtEntityStateRepository* translate(
173 DtEntityStateRepository* destination,
const DtPortalEntity& source,
178 const DtEntityStateRepository& source );
181 virtual DtEntityStateRepository* translate(
182 DtEntityStateRepository* destination,
const DtPortalDiGuy& source );
200 typedef std::map<DtEntityIdentifier,const DtPortalReflectedDiGuy*>
DiGuyWaitList;
Manages collections of ReflectedObjects of Type T_ReflectedObject.
Definition: pReflectedObjectManager.h:38
Base class for all DIS object translators.
Definition: disTranslator.h:86
DiGuyWaitList myDiGuyWaitList
Definition: noRelEntityTranslator.h:201
Contains the DtDisObjectTranslator and DtDisInteractionTranslator base classes.
Provides container to hold pointers to Protocol/Portal objects.
Definition: brokerObject.h:24
virtual DtObjectPublisher * instantiateDisPublisher(const T_PortalReflectedObject *refObj, const DtEntityIdentifier &name)
Instantiates the publisher for the given reflected object.
A simple template class to hold different types of State Repositories.
Definition: pObjectPublisher.h:68
virtual DtEntityIdentifier mapIdentifier(const T_PortalReflectedObject *refObj, const DtString &identifier)
Maps the reflected object's global or entity identifier to a DIS id.
std::map< DtEntityIdentifier, DtBrokerObject * > EntityByEntityIdMap
Definition: noRelEntityTranslator.h:196
An abstract interface for reflected objects.
Definition: pReflectedObject.h:31
DtPortalReflectedDiGuyManager * myPortalReflectedDiGuyManager
Definition: noRelEntityTranslator.h:206
std::map< DtEntityIdentifier, const DtPortalReflectedDiGuy * > DiGuyWaitList
Definition: noRelEntityTranslator.h:200
std::map< DtEntityIdentifier, DtPortalDiGuyPublisher * > PortalDiGuyPublisherMap
Definition: noRelEntityTranslator.h:203
PortalDiGuyPublisherMap myPortalDiGuyPublisherMap
Definition: noRelEntityTranslator.h:204
Contains the DtNoRelEntityPublisher class declaration.
EntityByEntityIdMap myDisEntityByEntityIdMap
Definition: noRelEntityTranslator.h:198
Base class for all broker objects.
Definition: broker.h:58
A template to create reflected object types for each type of object message.
Definition: pReflectedObject.h:58
Provides Entity State object translation between DIS and the VR-Exchange Portal.
Definition: noRelEntityTranslator.h:44
DtPortalReflectedObjectTemplate< DtPortalEntity > DtPortalReflectedEntity
An Entity Reflected Object template instance.
Definition: pReflectedObjectTypes.h:84
EntityByEntityIdMap myPortalEntityByEntityIdMap
Definition: noRelEntityTranslator.h:197
#define Dt_DEF_TRANSLATOR_NAME(strname)
Definition: translator.h:16
#define DT_DLL_DISBROKER
Definition: brokers/disBroker/disBroker/dllExport.h:20
Messages which represent DI-Guys with state.
Definition: pDiGuy.h:29
Messages which represent Entities with state.
Definition: pEntity.h:26