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
DtIffStrategy Class Reference
+ Inheritance diagram for DtIffStrategy:
+ Collaboration diagram for DtIffStrategy:

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 DtIffStrategy (DtManagedInterface *link)
 
void handleCSharpIffDiscovered (DtMessage *msg)
 
void handleVrlIffDiscovered (DtReflectedIff *iff)
 
void handleCSharpIffState (DtMessage *msg)
 
void handleVrlIffState (DtReflectedIff *iff)
 
void handleCSharpIffRemoved (DtMessage *msg)
 
void handleVrlIffRemoved (DtReflectedIff *iff)
 

Static Protected Member Functions

static void vrlIffDiscovered (DtReflectedIff *iff, void *usr)
 
static void vrlIffState (DtReflectedIff *iff, void *usr)
 
static void vrlIffRemoved (DtReflectedIff *iff, void *usr)
 

Protected Attributes

DtReflectedIffListmyReflectedIffs
 
DtPublisherList< DtIffPublisher > * myIffPubs
 
const char * myIdTag = "iff"
 
DtExerciseConnmyExconn
 
DtMessageDelegatemyIffDiscoveredHandler
 
DtMessageDelegatemyIffStateHandler
 
DtMessageDelegatemyIffRemovedHandler
 

Static Protected Attributes

static std::string theStrategyName
 

Constructor & Destructor Documentation

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

Member Function Documentation

static DtLinkStrategy* DtIffStrategy::create ( DtManagedInterface gl)
static
void DtIffStrategy::handleCSharpIffDiscovered ( DtMessage msg)
protected
void DtIffStrategy::handleCSharpIffRemoved ( DtMessage msg)
protected
void DtIffStrategy::handleCSharpIffState ( DtMessage msg)
protected
void DtIffStrategy::handleVrlIffDiscovered ( DtReflectedIff iff)
protected
void DtIffStrategy::handleVrlIffRemoved ( DtReflectedIff iff)
protected
void DtIffStrategy::handleVrlIffState ( DtReflectedIff iff)
protected
virtual bool DtIffStrategy::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 DtIffStrategy::name ( )
virtual void DtIffStrategy::shutdown ( )
virtual

Shutdown the strategy and release any resources.

Reimplemented from DtLinkStrategy.

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

Tick the strategy to give it some CPU time.

Reimplemented from DtLinkStrategy.

static void DtIffStrategy::vrlIffDiscovered ( DtReflectedIff iff,
void *  usr 
)
staticprotected
static void DtIffStrategy::vrlIffRemoved ( DtReflectedIff iff,
void *  usr 
)
staticprotected
static void DtIffStrategy::vrlIffState ( DtReflectedIff iff,
void *  usr 
)
staticprotected

Member Data Documentation

DtExerciseConn* DtIffStrategy::myExconn
protected
const char* DtIffStrategy::myIdTag = "iff"
protected
DtMessageDelegate* DtIffStrategy::myIffDiscoveredHandler
protected
DtPublisherList<DtIffPublisher>* DtIffStrategy::myIffPubs
protected
DtMessageDelegate* DtIffStrategy::myIffRemovedHandler
protected
DtMessageDelegate* DtIffStrategy::myIffStateHandler
protected
DtReflectedIffList* DtIffStrategy::myReflectedIffs
protected
std::string DtIffStrategy::theStrategyName
staticprotected

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

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)