8#ifndef SRC_SYSTEMCOMMANDS_H_
9#define SRC_SYSTEMCOMMANDS_H_
14 help=0,
save=1,
reboot=2,
dfu=3,
swver=4,
hwtype=5,
lsmain,
main,
lsactive,
format,
errors,
errorsclr,
flashdump,
flashraw,
vint,
vext,
mallinfo,
heapfree,
taskstats,
debug,
devid,
uid,
temp
32 static void replyErrors(std::vector<CommandReply>& replies);
const ClassType getClassType()
CommandStatus internalCommand(const ParsedCommand &cmd, std::vector< CommandReply > &replies)
static SystemCommands * systemCommandsInstance
static ClassIdentifier info
virtual ~SystemCommands()
static bool errorPrintingEnabled
static void replyErrors(std::vector< CommandReply > &replies)
static void replyFlashDump(std::vector< CommandReply > &replies)
const ClassIdentifier getInfo()
Command handlers always have class infos. Works well with ChoosableClass.