OS
v1.7.5
Documentation
|
This is the complete list of members for qOS::commandLineInterface, including all inherited members.
add(cli::command &cmd, char *textCommand, const cli::commandCallback_t &cFcn, cli::options_t cmdOpt, void *param=nullptr) | qOS::commandLineInterface | |
commandLineInterface()=default | qOS::commandLineInterface | |
exec(const char *cmd) | qOS::commandLineInterface | |
getOwner(void) | qOS::commandLineInterface | inline |
inputFlush(void) | qOS::commandLineInterface | |
isrHandler(const char c) | qOS::commandLineInterface | |
isrHandler(char *pData, const size_t n) | qOS::commandLineInterface | |
raise(const char *cmd) | qOS::commandLineInterface | |
run(void) | qOS::commandLineInterface | |
setData(void *pData) | qOS::commandLineInterface | inline |
setup(util::putChar_t outFcn, char *pInput, const size_t sizeIn, char *pOutput, const size_t sizeOut) | qOS::commandLineInterface | |
setup(util::putChar_t outFcn, char(&pInput)[inBufferSize], char(&pOutput)[outBufferSize]) | qOS::commandLineInterface | inline |