DtActionRequestStrategy class.
More...
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 | vrlActionRequestCb (DtActionRequestInteraction *ar, void *usr) |
| | Static callback for registering with VR-Link.
|
Detailed Description
Constructor & Destructor Documentation
| virtual DtActionRequestStrategy::~DtActionRequestStrategy |
( |
| ) |
|
|
virtual |
| DtActionRequestStrategy::DtActionRequestStrategy |
( |
DtManagedInterface * |
link | ) |
|
|
protected |
Member Function Documentation
| static DtLinkStrategy* DtActionRequestStrategy::create |
( |
DtManagedInterface * |
gl | ) |
|
|
static |
| void DtActionRequestStrategy::handleCSharpActionRequestMessage |
( |
DtMessage * |
msg | ) |
|
|
protected |
Handle action request messages from C#.
| void DtActionRequestStrategy::handleVrlActionRequest |
( |
DtActionRequestInteraction * |
ar | ) |
|
|
protected |
Handle VR-Link action request messages for sending to C#.
| virtual bool DtActionRequestStrategy::init |
( |
| ) |
|
|
virtual |
| std::string DtActionRequestStrategy::name |
( |
| ) |
|
| virtual void DtActionRequestStrategy::shutdown |
( |
| ) |
|
|
virtual |
| static std::string DtActionRequestStrategy::theName |
( |
| ) |
|
|
static |
get the strategy name (statically)
| virtual void DtActionRequestStrategy::tick |
( |
| ) |
|
|
virtual |
| static void DtActionRequestStrategy::vrlActionRequestCb |
( |
DtActionRequestInteraction * |
ar, |
|
|
void * |
usr |
|
) |
| |
|
staticprotected |
Static callback for registering with VR-Link.
Member Data Documentation
| DtExerciseConn* DtActionRequestStrategy::myExconn |
|
protected |
| DtMessageDelegate* DtActionRequestStrategy::myHandler |
|
protected |
| std::string DtActionRequestStrategy::theStrategyName |
|
staticprotected |
The documentation for this class was generated from the following file: