DtModEntityTranslator is a subclass of DtEntityTranslator.
More...
Static Public Member Functions |
| static const char * | translatorName () |
| | Keep the same name as the original translator, this lets us override the class in the factory.
|
Protected Member Functions |
| virtual void | receiveHlaUpdate (DtReflectedEntity *obj) |
| | Called upon the receipt of an HLA Object Update.
|
| virtual void | receivePortalUpdate (const DtVREXCHANGE_NAMESPACE::DtPortalReflectedEntity &obj) |
| | Called upon the receipt of a Portal Object Update.
|
| virtual bool | isPortalPublishable (const DtHlaBrokerNamespace::DtBrokerObject *brokerObject) const |
| | Returns whether the given Portal object is publishable.
|
| virtual bool | isHlaPublishable (const DtHlaBrokerNamespace::DtBrokerObject *brokerObject) const |
| | Returns whether the given HLA object is publishable.
|
Detailed Description
DtModEntityTranslator is a subclass of DtEntityTranslator.
It changes the discovery criteria, and also modifies the way that entity-IDs are mapped.
Constructor & Destructor Documentation
| DtModEntityTranslator::DtModEntityTranslator |
( |
DtHlaBrokerNamespace::DtHlaBroker * |
broker | ) |
|
| virtual DtModEntityTranslator::~DtModEntityTranslator |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual const char* DtModEntityTranslator::virtualTranslatorName |
( |
| ) |
const |
|
virtual |
| static const char* DtModEntityTranslator::translatorName |
( |
| ) |
|
|
inlinestatic |
Keep the same name as the original translator, this lets us override the class in the factory.
| virtual void DtModEntityTranslator::receiveHlaUpdate |
( |
DtReflectedEntity * |
obj | ) |
|
|
protectedvirtual |
Called upon the receipt of an HLA Object Update.
| virtual void DtModEntityTranslator::receivePortalUpdate |
( |
const DtVREXCHANGE_NAMESPACE::DtPortalReflectedEntity & |
obj | ) |
|
|
protectedvirtual |
Called upon the receipt of a Portal Object Update.
| virtual bool DtModEntityTranslator::isPortalPublishable |
( |
const DtHlaBrokerNamespace::DtBrokerObject * |
brokerObject | ) |
const |
|
protectedvirtual |
Returns whether the given Portal object is publishable.
| virtual bool DtModEntityTranslator::isHlaPublishable |
( |
const DtHlaBrokerNamespace::DtBrokerObject * |
brokerObject | ) |
const |
|
protectedvirtual |
Returns whether the given HLA object is publishable.
The documentation for this class was generated from the following file: