|
RTC Toolkit
1.0.0
|
This is the complete list of members for rtctk::componentFramework::CommandRequestor, including all inherited members.
| CommandRequestor(const elt::mal::Uri &uri, std::optional< std::chrono::milliseconds > timeout=std::nullopt) | rtctk::componentFramework::CommandRequestor | |
| MakeInterface(std::string const &name) | rtctk::componentFramework::CommandRequestor | inlineprotected |
| RegisterCommand(std::string const &id, std::function< elt::mal::future< std::string >(std::string const &)> fun) | rtctk::componentFramework::CommandRequestor | protected |
| SendCommandAsync(std::string const &id, std::string const &args) | rtctk::componentFramework::CommandRequestor | |
| SendCommandSync(std::string const &id, std::string const &args) | rtctk::componentFramework::CommandRequestor | |
| ~CommandRequestor()=default | rtctk::componentFramework::CommandRequestor | virtual |