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

DtSetDataStrategy class. More...

+ Inheritance diagram for DtStopFreezeStrategy:
+ Collaboration diagram for DtStopFreezeStrategy:

Public Member Functions

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

 DtStopFreezeStrategy (DtManagedInterface *link)
 constructor
void handleCSharpStopFreezeMessage (DtMessage *msg)
 Handle detonate messages from C#.
void handleVrlStopFreeze (DtStopFreezeInteraction *det)
 Handle VR-Link detonation messages for sending to C#.

Static Protected Member Functions

static void vrlStopFreezeCb (DtStopFreezeInteraction *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 DtStopFreezeStrategy::~DtStopFreezeStrategy ( )
virtual

destructor

DtStopFreezeStrategy::DtStopFreezeStrategy ( DtManagedInterface *  link)
protected

constructor

Member Function Documentation

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

Static create function.

void DtStopFreezeStrategy::handleCSharpStopFreezeMessage ( DtMessage msg)
protected

Handle detonate messages from C#.

void DtStopFreezeStrategy::handleVrlStopFreeze ( DtStopFreezeInteraction *  det)
protected

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

virtual bool DtStopFreezeStrategy::init ( )
virtual

initialize

std::string DtStopFreezeStrategy::name ( )

Get the strategy name.

virtual void DtStopFreezeStrategy::shutdown ( )
virtual

shutdown

static std::string DtStopFreezeStrategy::theName ( )
static

get the strategy name (statically)

virtual void DtStopFreezeStrategy::tick ( )
virtual

tick

static void DtStopFreezeStrategy::vrlStopFreezeCb ( DtStopFreezeInteraction *  det,
void *  usr 
)
staticprotected

Static callback for registering with VR-Link.

Member Data Documentation

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

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

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)