CommandHandler.h
Go to the documentation of this file.
CommandDelegate getCommandDelegate(const String &commandString)
Get the command delegate for a command.
CommandLine commandLine
String getCommandPrompt()
Get the command line prompt.
Definition: CommandHandler.h:101
void setCommandWelcomeMessage(const String &reqWelcomeMessage)
Set the welcome message.
Definition: CommandHandler.h:147
void setVerboseMode(VerboseMode reqVerboseMode)
Set the verbose mode.
Definition: CommandHandler.h:91
char getCommandEOL()
Get the end of line character.
Definition: CommandHandler.h:120
void setCommandEOL(char reqEOL)
Set the end of line character.
Definition: CommandHandler.h:129
bool registerCommand(CommandDelegate reqDelegate)
Add a new command to the command handler.
bool unregisterCommand(CommandDelegate reqDelegate)
Remove a command from the command handler.
Definition: CommandOutput.h:18
void setCommandPrompt(const String &reqPrompt)
Set the command line prompt.
Definition: CommandHandler.h:111
~CommandHandler()
void registerSystemCommands()
Register default system commands.
VerboseMode getVerboseMode()
Get the verbose mode.
Definition: CommandHandler.h:83
String getCommandWelcomeMessage()
Get the welcome message.
Definition: CommandHandler.h:138