16 namespace MAKVrExchange
40 const DtEntityStateRepository& source,
41 const DtReflectedEntity& refObj );
44 virtual DtEntityStateRepository*
translate(
45 DtEntityStateRepository* dest,
Provides Entity State object translation between DIS and the VR-Exchange Portal.
Definition: disBroker/disBroker/entityTranslator.h:44
#define DT_DLL_BROKERPLUGIN
Definition: examples/brokerPlugin/dllExport.h:21
DtEntityTranslator & operator=(const DtEntityTranslator &other)
Assignment Operator not implemented – do not copy!
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
Contains the DtPortalEntity class declaration.
DtModEntityTranslator subclasses DtEntityTranslator to change translation.
Definition: modEntityTrans.h:26
Messages which represent Entities with state.
Definition: pEntity.h:26
virtual DtPortalEntity * translate(DtPortalEntity *destination, const DtEntityStateRepository &source, const DtReflectedEntity &reflectedObject)
Translates a DIS entity state rep into a portal entity.