CommandHandler.h
Go to the documentation of this file.
CommandDelegate getCommandDelegate(const String &commandString)
Get the command delegate for a command.
String getCommandPrompt()
Get the command line prompt.
Definition: CommandHandler.h:99
void setCommandWelcomeMessage(const String &reqWelcomeMessage)
Set the welcome message.
Definition: CommandHandler.h:145
void setVerboseMode(VerboseMode reqVerboseMode)
Set the verbose mode.
Definition: CommandHandler.h:89
char getCommandEOL()
Get the end of line character.
Definition: CommandHandler.h:118
void setCommandEOL(char reqEOL)
Set the end of line character.
Definition: CommandHandler.h:127
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:15
void setCommandPrompt(const String &reqPrompt)
Set the command line prompt.
Definition: CommandHandler.h:109
~CommandHandler()
void registerSystemCommands()
Register default system commands.
VerboseMode getVerboseMode()
Get the verbose mode.
Definition: CommandHandler.h:81
String getCommandWelcomeMessage()
Get the welcome message.
Definition: CommandHandler.h:136