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 | Protected Attributes | Static Protected Attributes
DtEntityUpdateStrategy Class Reference
+ Inheritance diagram for DtEntityUpdateStrategy:
+ Collaboration diagram for DtEntityUpdateStrategy:

Public Member Functions

virtual ~DtEntityUpdateStrategy ()
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

void handleEntitySubscriptionChange (DtMessage *msg)
 DtEntityUpdateStrategy (DtManagedInterface *link)

Protected Attributes

DtReflectedEntityListmyRel
DtPublisherList
< DtEntityPublisher > * 
myPubs
DtMessageDelegatemySubscriptionChangeHandler

Static Protected Attributes

static std::string theStrategyName

Constructor & Destructor Documentation

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

Member Function Documentation

static DtLinkStrategy* DtEntityUpdateStrategy::create ( DtManagedInterface gl)
static
void DtEntityUpdateStrategy::handleEntitySubscriptionChange ( DtMessage msg)
protected
virtual bool DtEntityUpdateStrategy::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.

std::string DtEntityUpdateStrategy::name ( )

Get the name of the strategy.

Reimplemented from DtLinkStrategy.

virtual void DtEntityUpdateStrategy::shutdown ( )
virtual

Shutdown the strategy and release any resources.

Reimplemented from DtLinkStrategy.

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

Tick the strategy to give it some CPU time.

Reimplemented from DtLinkStrategy.

Member Data Documentation

DtPublisherList<DtEntityPublisher>* DtEntityUpdateStrategy::myPubs
protected
DtReflectedEntityList* DtEntityUpdateStrategy::myRel
protected
DtMessageDelegate* DtEntityUpdateStrategy::mySubscriptionChangeHandler
protected
std::string DtEntityUpdateStrategy::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)