#include <customCmdsImpl.hpp>
|
| | CustomCmdsImpl (cfw::StateMachineEngine &engine) |
| |
| ::elt::mal::future< std::string > | Foo () override |
| |
| ::elt::mal::future< std::string > | Bar (const std::string &args) override |
| |
|
| static void | Register (cfw::CommandReplier &replier, cfw::StateMachineEngine &engine) |
| |
◆ CustomCmdsImpl()
| rtctk::exampleCustom::CustomCmdsImpl::CustomCmdsImpl |
( |
cfw::StateMachineEngine & | engine | ) |
|
|
inlineexplicit |
◆ Bar()
| ::elt::mal::future< std::string > rtctk::exampleCustom::CustomCmdsImpl::Bar |
( |
const std::string & | args | ) |
|
|
inlineoverride |
◆ Foo()
| ::elt::mal::future< std::string > rtctk::exampleCustom::CustomCmdsImpl::Foo |
( |
| ) |
|
|
inlineoverride |
◆ Register()
| static void rtctk::exampleCustom::CustomCmdsImpl::Register |
( |
cfw::CommandReplier & | replier, |
|
|
cfw::StateMachineEngine & | engine ) |
|
inlinestatic |
The documentation for this class was generated from the following file: