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

DtDetonationStrategy class. More...

+ Inheritance diagram for DtDetonationStrategy:
+ Collaboration diagram for DtDetonationStrategy:

Public Member Functions

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

 DtDetonationStrategy (DtManagedInterface *link)
 constructor
void handleCSharpDetonateMessage (DtMessage *msg)
 Handle detonate messages from C#.
void handleVrlDetonate (DtDetonationInteraction *det)
 Handle VR-Link detonation messages for sending to C#.

Static Protected Member Functions

static void vrlDetonateCb (DtDetonationInteraction *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

DtDetonationStrategy class.

Constructor & Destructor Documentation

virtual DtDetonationStrategy::~DtDetonationStrategy ( )
virtual

destructor

DtDetonationStrategy::DtDetonationStrategy ( DtManagedInterface *  link)
protected

constructor

Member Function Documentation

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

Static create function.

void DtDetonationStrategy::handleCSharpDetonateMessage ( DtMessage msg)
protected

Handle detonate messages from C#.

void DtDetonationStrategy::handleVrlDetonate ( DtDetonationInteraction *  det)
protected

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

virtual bool DtDetonationStrategy::init ( )
virtual

initialize

std::string DtDetonationStrategy::name ( )

Get the strategy name.

virtual void DtDetonationStrategy::shutdown ( )
virtual

shutdown

static std::string DtDetonationStrategy::theName ( )
static

get the strategy name (statically)

virtual void DtDetonationStrategy::tick ( )
virtual

tick

static void DtDetonationStrategy::vrlDetonateCb ( DtDetonationInteraction *  det,
void *  usr 
)
staticprotected

Static callback for registering with VR-Link.

Member Data Documentation

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