13 #include <vl/reflectedIffList.h>
14 #include <vl/iffPublisher.h>
17 class DtIffStateRepository;
19 #define IFF_TEMPLATE_ARGS \
20 DtPortalIffObject, DtPortalReflectedIffObject, \
21 DtReflectedIff, DtReflectedIffList, \
22 DtIffStateRepository, DtIffPublisher
24 namespace MAKVrExchange
27 class DtPortalIffObject;
42 const DtEntityIdentifier& name );
70 virtual bool performDisGlobalIdMapping(
const DtObjectPublisher* publisher,
78 virtual DtString portalObjectName(
const DtReflectedIff* refObj )
const;
83 virtual bool performPortalGlobalIdMapping(
85 const DtReflectedIff& refObj,
96 const DtIffStateRepository& source,
const DtReflectedIff& refObj );
99 virtual DtIffStateRepository* translate( DtIffStateRepository* destination,
ObjectType
Definition: disBroker/disBroker/globalIdMapper.h:65
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
Base class for all embedded system translators.
Definition: disBroker/disBroker/embeddedSystemTranslator.h:44
virtual DtEntityIdentifier mapIdentifier(const T_PortalReflectedObject *refObj, const DtString &identifier)
Maps the reflected object's global or entity identifier to a DIS id.
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
DtPortalReflectedObjectTemplate< DtPortalIffObject > DtPortalReflectedIffObject
A RRB Object template instance.
Definition: pReflectedObjectTypes.h:107
#define Dt_DEF_TRANSLATOR_NAME(strname)
Definition: translator.h:16
Portal IFF Object class.
Definition: pIffObject.h:23
#define DT_DLL_DISBROKER
Definition: brokers/disBroker/disBroker/dllExport.h:20
Provides IFF object translation between DIS and the VR-Exchange Portal.
Definition: disBroker/disBroker/iffTranslator.h:47