DtAcknowledgeStrategy class.
More...
|
| virtual | ~DtAcknowledgeStrategy () |
| | destructor More...
|
| |
| std::string | name () |
| | Get the strategy name. More...
|
| |
| virtual bool | init () |
| | initialize More...
|
| |
| virtual void | tick () |
| | tick More...
|
| |
| virtual void | shutdown () |
| | shutdown More...
|
| |
| | DtSubscribeStrategy (std::string name, DtManagedInterface *link, std::string subscribeClassName, SubscribeMessage::SubscribeType subscribeType) |
| | constructor takes name More...
|
| |
| virtual | ~DtSubscribeStrategy () |
| | destructor More...
|
| |
| void | handleSubscriptionChange (DtMessage *msg) |
| |
| | DtLinkStrategy (const std::string &name, DtManagedInterface *link) |
| | constructor takes name More...
|
| |
| virtual | ~DtLinkStrategy () |
| | destructor More...
|
| |
| std::string | name () |
| | Get the name of the strategy. More...
|
| |
| virtual void | addChildStrategy (DtLinkStrategy *strategy) |
| | Functions for adding, removing or finding any child strategies This is typically used for the initialization strategy that "owns" all the other strategies. More...
|
| |
| virtual bool | removeChildStrategy (const std::string &name) |
| |
| virtual DtLinkStrategy * | findStrategy (const std::string &name) |
| |
| virtual std::string & | makeEmbeddedKey (std::string &embeddedKey, const std::string &hostGlobalId, unsigned embeddedIndex, const char *descriptor=nullptr) |
| | Combine the given host global/entity identifiers, embedded index, and optional descriptor to form the value of the given embedded key Return the embedded key. More...
|
| |
| virtual DtAcknowledgeStrategy::~DtAcknowledgeStrategy |
( |
| ) |
|
|
virtual |
| virtual void DtAcknowledgeStrategy::addVrlCallback |
( |
DtExerciseConn * |
exConn | ) |
|
|
protectedvirtual |
| void DtAcknowledgeStrategy::handleCSharpAcknowledgeMessage |
( |
DtMessage * |
msg | ) |
|
|
protected |
Handle acknowledge messages from C#.
| void DtAcknowledgeStrategy::handleSubscriptionChange |
( |
DtMessage * |
msg | ) |
|
|
protected |
Handle VR-Link Subscribe messages.
Handle VR-Link acknowledge messages for sending to C#.
| virtual bool DtAcknowledgeStrategy::init |
( |
| ) |
|
|
virtual |
| std::string DtAcknowledgeStrategy::name |
( |
| ) |
|
| virtual void DtAcknowledgeStrategy::removeVrlCallback |
( |
DtExerciseConn * |
exConn | ) |
|
|
protectedvirtual |
| virtual void DtAcknowledgeStrategy::shutdown |
( |
| ) |
|
|
virtual |
| static std::string DtAcknowledgeStrategy::theName |
( |
| ) |
|
|
static |
get the strategy name (statically)
| virtual void DtAcknowledgeStrategy::tick |
( |
| ) |
|
|
virtual |
Static callback for registering with VR-Link.
| std::string DtAcknowledgeStrategy::theStrategyName |
|
staticprotected |
The documentation for this class was generated from the following file: