Command delegate class.
More...
#include <Command.h>
◆ Command() [1/2]
Instantiate a command delegate using set of wiring Strings
- Parameters
-
| name | Command name - the text a user types to invoke the command |
| help | Help message shown by CLI "help" command |
| group | The command group to which this command belongs |
| callback | Delegate that should be invoked (triggered) when the command is entered by a user |
◆ Command() [2/2]
| CommandProcessing::Command::Command |
( |
const CommandDef & |
def | ) |
|
|
inline |
◆ Handler
◆ group
| const StringAccessor<StringIndex::group> CommandProcessing::Command::group |
◆ help
| const StringAccessor<StringIndex::help> CommandProcessing::Command::help |
◆ name
| const StringAccessor<StringIndex::name> CommandProcessing::Command::name |
The documentation for this class was generated from the following file: