VR-Link C# API Documentation
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes
DtActionResponseStrategy Class Reference

DtActionResponseStrategy class. More...

+ Inheritance diagram for DtActionResponseStrategy:
+ Collaboration diagram for DtActionResponseStrategy:

Public Member Functions

virtual ~DtActionResponseStrategy ()
 destructor
std::string name ()
 Get the strategy name.
virtual bool init ()
 initialize
virtual void tick ()
 tick
virtual void shutdown ()
 shutdown

Static Public Member Functions

static std::string theName ()
 get the strategy name (statically)
static DtLinkStrategycreate (DtManagedInterface *gl)
 Static create function.

Protected Member Functions

 DtActionResponseStrategy (DtManagedInterface *link)
 constructor
void handleCSharpActionResponseMessage (DtMessage *msg)
 Handle detonate messages from C#.
void handleVrlActionResponse (DtActionResponseInteraction *ar)
 Handle VR-Link detonation messages for sending to C#.

Static Protected Member Functions

static void vrlActionResponseCb (DtActionResponseInteraction *ar, void *usr)
 Static callback for registering with VR-Link.

Protected Attributes

DtExerciseConn * myExconn
DtMessageDelegate * myHandler

Static Protected Attributes

static std::string theStrategyName

Detailed Description

DtActionResponseStrategy class.

Constructor & Destructor Documentation

virtual DtActionResponseStrategy::~DtActionResponseStrategy ( )
virtual

destructor

DtActionResponseStrategy::DtActionResponseStrategy ( DtManagedInterface *  link)
protected

constructor

Member Function Documentation

static DtLinkStrategy* DtActionResponseStrategy::create ( DtManagedInterface *  gl)
static

Static create function.

void DtActionResponseStrategy::handleCSharpActionResponseMessage ( DtMessage msg)
protected

Handle detonate messages from C#.

void DtActionResponseStrategy::handleVrlActionResponse ( DtActionResponseInteraction *  ar)
protected

Handle VR-Link detonation messages for sending to C#.

virtual bool DtActionResponseStrategy::init ( )
virtual

initialize

std::string DtActionResponseStrategy::name ( )

Get the strategy name.

virtual void DtActionResponseStrategy::shutdown ( )
virtual

shutdown

static std::string DtActionResponseStrategy::theName ( )
static

get the strategy name (statically)

virtual void DtActionResponseStrategy::tick ( )
virtual

tick

static void DtActionResponseStrategy::vrlActionResponseCb ( DtActionResponseInteraction *  ar,
void *  usr 
)
staticprotected

Static callback for registering with VR-Link.

Member Data Documentation

DtExerciseConn* DtActionResponseStrategy::myExconn
protected
DtMessageDelegate* DtActionResponseStrategy::myHandler
protected
std::string DtActionResponseStrategy::theStrategyName
staticprotected

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

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)