AceUtils
0.3
Useful Arduino utilties which are too small as separate libraries, but complex enough to have external dependencies to other libraries.
|
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::CommandDispatcher | inline |
CommandDispatcher(const CommandDispatcher &)=delete (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
DELIMS (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protectedstatic |
findAndRunCommand(const char *cmd, int argc, const char *const *argv) const | cli::CommandDispatcher | protected |
findCommand(const char *cmd) const | cli::CommandDispatcher | inline |
helpAll(Print &printer) const | cli::CommandDispatcher | protected |
helpCommandHandler(Print &printer, int argc, const char *const *argv) const | cli::CommandDispatcher | protected |
helpSpecific(Print &printer, const char *cmd) const | cli::CommandDispatcher | protected |
mArgv (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
mArgvSize (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
mChannel (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
mCommands (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
mNumCommands (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
mPrinter (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
mPrompt (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
operator=(const CommandDispatcher &)=delete (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protected |
printHelp(Print &printer, const CommandHandler *command) | cli::CommandDispatcher | protectedstatic |
printLineError(const char *line, uint8_t statusCode) const | cli::CommandDispatcher | protected |
runCommand(char *line) const | cli::CommandDispatcher | protected |
runCoroutine() override (defined in cli::CommandDispatcher) | cli::CommandDispatcher | inline |
STATUS_BUFFER_OVERFLOW (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protectedstatic |
STATUS_FLUSH_TO_EOL (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protectedstatic |
STATUS_SUCCESS (defined in cli::CommandDispatcher) | cli::CommandDispatcher | protectedstatic |
tokenize(char *line, const char **argv, uint8_t argvSize) | cli::CommandDispatcher | inlinestatic |
~CommandDispatcher() | cli::CommandDispatcher | inlinevirtual |