command_handler.hpp
Go to the documentation of this file.
25 * Version: 04192013 Removed restriction of command limit, just rely on source str as the command.
Provides a 'char' device base class functionality for stream oriented char devices.
Definition: command_handler.hpp:96
Definition: str.hpp:100
Provides string class with a small foot-printVersion: 01102013 Added eraseFirstWords() Version: 05052...
void addHandler(CmdHandlerFuncPtr pFunc, const char *pPersistantCmdStr, const char *pPersistentCmdHelpStr=0, void *pDataParam=0)
Definition: command_handler.cpp:34
CommandProcessor(int numCmds=8)
Definition: command_handler.hpp:104
bool handleCommand(str &cmd, CharDev &out)
Definition: command_handler.cpp:51
Definition: char_dev.hpp:43
bool(* CmdHandlerFuncPtr)(str &cmdParams, CharDev &output, void *pDataParam)
Definition: command_handler.hpp:50
Vector Class with a small footprintVersion: 05172013 Added at() to ease element access when vector is...