AceUtils  0.3
Useful Arduino utilties which are too small as separate libraries, but complex enough to have external dependencies to other libraries.
cli::CommandDispatcher Member List

This is the complete list of members for cli::CommandDispatcher, including all inherited members.

CommandDispatcher(ace_routine::Channel< InputLine > &channel, Print &printer, const CommandHandler *const *commands, uint8_t numCommands, const char **argv, uint8_t argvSize, const char *prompt)cli::CommandDispatcherinline
CommandDispatcher(const CommandDispatcher &)=delete (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
DELIMS (defined in cli::CommandDispatcher)cli::CommandDispatcherprotectedstatic
findAndRunCommand(const char *cmd, int argc, const char *const *argv) constcli::CommandDispatcherprotected
findCommand(const char *cmd) constcli::CommandDispatcherinline
helpAll(Print &printer) constcli::CommandDispatcherprotected
helpCommandHandler(Print &printer, int argc, const char *const *argv) constcli::CommandDispatcherprotected
helpSpecific(Print &printer, const char *cmd) constcli::CommandDispatcherprotected
mArgv (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
mArgvSize (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
mChannel (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
mCommands (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
mNumCommands (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
mPrinter (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
mPrompt (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
operator=(const CommandDispatcher &)=delete (defined in cli::CommandDispatcher)cli::CommandDispatcherprotected
printHelp(Print &printer, const CommandHandler *command)cli::CommandDispatcherprotectedstatic
printLineError(const char *line, uint8_t statusCode) constcli::CommandDispatcherprotected
runCommand(char *line) constcli::CommandDispatcherprotected
runCoroutine() override (defined in cli::CommandDispatcher)cli::CommandDispatcherinline
STATUS_BUFFER_OVERFLOW (defined in cli::CommandDispatcher)cli::CommandDispatcherprotectedstatic
STATUS_FLUSH_TO_EOL (defined in cli::CommandDispatcher)cli::CommandDispatcherprotectedstatic
STATUS_SUCCESS (defined in cli::CommandDispatcher)cli::CommandDispatcherprotectedstatic
tokenize(char *line, const char **argv, uint8_t argvSize)cli::CommandDispatcherinlinestatic
~CommandDispatcher()cli::CommandDispatcherinlinevirtual