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
DtStartResumeStrategy Class Reference

DtSetDataStrategy class. More...

+ Inheritance diagram for DtStartResumeStrategy:
+ Collaboration diagram for DtStartResumeStrategy:

Public Member Functions

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

 DtStartResumeStrategy (DtManagedInterface *link)
 constructor
void handleCSharpStartResumeMessage (DtMessage *msg)
 Handle detonate messages from C#.
void handleVrlStartResume (DtStartResumeInteraction *det)
 Handle VR-Link detonation messages for sending to C#.

Static Protected Member Functions

static void vrlStartResumeCb (DtStartResumeInteraction *det, void *usr)
 Static callback for registering with VR-Link.

Protected Attributes

DtExerciseConn * myExconn
DtMessageDelegate * myHandler

Static Protected Attributes

static std::string theStrategyName

Detailed Description

DtSetDataStrategy class.

Constructor & Destructor Documentation

virtual DtStartResumeStrategy::~DtStartResumeStrategy ( )
virtual

destructor

DtStartResumeStrategy::DtStartResumeStrategy ( DtManagedInterface *  link)
protected

constructor

Member Function Documentation

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

Static create function.

void DtStartResumeStrategy::handleCSharpStartResumeMessage ( DtMessage msg)
protected

Handle detonate messages from C#.

void DtStartResumeStrategy::handleVrlStartResume ( DtStartResumeInteraction *  det)
protected

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

virtual bool DtStartResumeStrategy::init ( )
virtual

initialize

std::string DtStartResumeStrategy::name ( )

Get the strategy name.

virtual void DtStartResumeStrategy::shutdown ( )
virtual

shutdown

static std::string DtStartResumeStrategy::theName ( )
static

get the strategy name (statically)

virtual void DtStartResumeStrategy::tick ( )
virtual

tick

static void DtStartResumeStrategy::vrlStartResumeCb ( DtStartResumeInteraction *  det,
void *  usr 
)
staticprotected

Static callback for registering with VR-Link.

Member Data Documentation

DtExerciseConn* DtStartResumeStrategy::myExconn
protected
DtMessageDelegate* DtStartResumeStrategy::myHandler
protected
std::string DtStartResumeStrategy::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)