DtDataStrategy class.
More...
Public Member Functions |
| virtual | ~DtDataStrategy () |
| | 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 DtLinkStrategy * | create (DtManagedInterface *gl) |
| | Static create function.
|
Static Protected Member Functions |
| static void | vrlDataCb (DtDataInteraction *det, void *usr) |
| | Static callback for registering with VR-Link.
|
Detailed Description
Constructor & Destructor Documentation
| virtual DtDataStrategy::~DtDataStrategy |
( |
| ) |
|
|
virtual |
| DtDataStrategy::DtDataStrategy |
( |
DtManagedInterface * |
link | ) |
|
|
protected |
Member Function Documentation
| static DtLinkStrategy* DtDataStrategy::create |
( |
DtManagedInterface * |
gl | ) |
|
|
static |
| void DtDataStrategy::handleCSharpDataMessage |
( |
DtMessage * |
msg | ) |
|
|
protected |
Handle detonate messages from C#.
| void DtDataStrategy::handleVrlData |
( |
DtDataInteraction * |
det | ) |
|
|
protected |
Handle VR-Link detonation messages for sending to C#.
| virtual bool DtDataStrategy::init |
( |
| ) |
|
|
virtual |
| std::string DtDataStrategy::name |
( |
| ) |
|
| virtual void DtDataStrategy::shutdown |
( |
| ) |
|
|
virtual |
| static std::string DtDataStrategy::theName |
( |
| ) |
|
|
static |
get the strategy name (statically)
| virtual void DtDataStrategy::tick |
( |
| ) |
|
|
virtual |
| static void DtDataStrategy::vrlDataCb |
( |
DtDataInteraction * |
det, |
|
|
void * |
usr |
|
) |
| |
|
staticprotected |
Static callback for registering with VR-Link.
Member Data Documentation
| DtExerciseConn* DtDataStrategy::myExconn |
|
protected |
| DtMessageDelegate* DtDataStrategy::myHandler |
|
protected |
| std::string DtDataStrategy::theStrategyName |
|
staticprotected |
The documentation for this class was generated from the following file: