11 #ifndef SERVICES_COMMANDPROCESSING_COMMANDDELEGATE_H_ 12 #define SERVICES_COMMANDPROCESSING_COMMANDDELEGATE_H_ 14 #include "../Wiring/WString.h" 16 #include "Network/TcpClient.h" 17 #include "WiringFrameworkIncludes.h" 18 #include "CommandOutput.h" 32 friend class HashMap<String, CommandDelegate>;
Definition: WHashMap.h:35
Delegate< void(String commandLine, CommandOutput *commandOutput)> commandFunctionDelegate
Command delegate function.
Definition: CommandDelegate.h:26
String commandGroup
Command group.
Definition: CommandDelegate.h:45
String commandHelp
Command help.
Definition: CommandDelegate.h:44
String commandName
Command name.
Definition: CommandDelegate.h:43
Command delegate class.
Definition: CommandDelegate.h:29
commandFunctionDelegate commandFunction
Command Delegate (function that is called when command is invoked)
Definition: CommandDelegate.h:46