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