VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes
DtEntityRemovedStrategy Class Reference
+ Inheritance diagram for DtEntityRemovedStrategy:
+ Collaboration diagram for DtEntityRemovedStrategy:

Public Member Functions

virtual ~DtEntityRemovedStrategy ()
std::string name ()
 Get the name of the strategy.
virtual bool init ()
 Initialize the strategy.
virtual void tick ()
 Tick the strategy to give it some CPU time.
virtual void shutdown ()
 Shutdown the strategy and release any resources.

Static Public Member Functions

static std::string theName ()
static DtLinkStrategycreate (DtManagedInterface *gl)

Protected Member Functions

 DtEntityRemovedStrategy (DtManagedInterface *link)
void handleCSharpEntityRemoved (DtMessage *msg)
void handleVrlEntityRemoved (DtReflectedEntity *ent)
virtual bool initReflectedListHandler ()

Static Protected Member Functions

static void vrlEntityRemoved (DtReflectedEntity *ent, void *usr)

Protected Attributes

DtReflectedEntityListmyRel
DtPublisherList
< DtEntityPublisher > * 
myPubs
DtMessageDelegatemyHandler
bool isReflectedListHandlerInitialized

Static Protected Attributes

static std::string theStrategyName

Constructor & Destructor Documentation

virtual DtEntityRemovedStrategy::~DtEntityRemovedStrategy ( )
virtual
DtEntityRemovedStrategy::DtEntityRemovedStrategy ( DtManagedInterface link)
protected

Member Function Documentation

static DtLinkStrategy* DtEntityRemovedStrategy::create ( DtManagedInterface gl)
static
void DtEntityRemovedStrategy::handleCSharpEntityRemoved ( DtMessage msg)
protected
void DtEntityRemovedStrategy::handleVrlEntityRemoved ( DtReflectedEntity ent)
protected
virtual bool DtEntityRemovedStrategy::init ( )
virtual

Initialize the strategy.

This function will be called multiple times to allow for dependent strategies to startup properly This function should return false if the strategy cannot get a resource it needs due to a dependency not being initialized yet.

Implements DtLinkStrategy.

virtual bool DtEntityRemovedStrategy::initReflectedListHandler ( )
protectedvirtual
std::string DtEntityRemovedStrategy::name ( )

Get the name of the strategy.

Reimplemented from DtLinkStrategy.

virtual void DtEntityRemovedStrategy::shutdown ( )
virtual

Shutdown the strategy and release any resources.

Reimplemented from DtLinkStrategy.

static std::string DtEntityRemovedStrategy::theName ( )
static
virtual void DtEntityRemovedStrategy::tick ( )
virtual

Tick the strategy to give it some CPU time.

Reimplemented from DtLinkStrategy.

static void DtEntityRemovedStrategy::vrlEntityRemoved ( DtReflectedEntity ent,
void *  usr 
)
staticprotected

Member Data Documentation

bool DtEntityRemovedStrategy::isReflectedListHandlerInitialized
protected
DtMessageDelegate* DtEntityRemovedStrategy::myHandler
protected
DtPublisherList<DtEntityPublisher>* DtEntityRemovedStrategy::myPubs
protected
DtReflectedEntityList* DtEntityRemovedStrategy::myRel
protected
std::string DtEntityRemovedStrategy::theStrategyName
staticprotected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)