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:100
void setCommandWelcomeMessage(const String &reqWelcomeMessage)
Set the welcome message.
Definition: CommandHandler.h:146
void setVerboseMode(VerboseMode reqVerboseMode)
Set the verbose mode.
Definition: CommandHandler.h:90
char getCommandEOL()
Get the end of line character.
Definition: CommandHandler.h:119
void setCommandEOL(char reqEOL)
Set the end of line character.
Definition: CommandHandler.h:128
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:110
void registerSystemCommands()
Register default system commands.
VerboseMode getVerboseMode()
Get the verbose mode.
Definition: CommandHandler.h:82
String getCommandWelcomeMessage()
Get the welcome message.
Definition: CommandHandler.h:137
1.8.13