CommandDelegate.h File Reference
#include <WString.h>
#include <WHashMap.h>
#include "CommandOutput.h"
Include dependency graph for CommandDelegate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommandDelegate
 Command delegate class. More...
 

Typedefs

using CommandFunctionDelegate = Delegate< void(String commandLine, CommandOutput *commandOutput)>
 Command delegate function. More...
 
typedef CommandFunctionDelegate commandFunctionDelegate