![]() |
Open FFBoard
Open source force feedback firmware
|
This is the complete list of members for StringCommandInterface, including all inherited members.
| addBuf(char *Buf, uint32_t *Len) | StringCommandInterface | |
| batchDone() | CommandInterface | virtual |
| broadcastCommandReplyAsync(const std::vector< CommandReply > &reply, CommandHandler *handler, uint32_t cmdId, CMDtype type=CMDtype::get) | CommandInterface | static |
| bufferCapacity() | StringCommandInterface | |
| cmdInterfaces | CommandInterface | static |
| CommandInterface() | CommandInterface | |
| formatOriginalCommandFromResult(const ParsedCommand &originalCommand, CommandHandler *commandHandler, const bool formatWriteAsRead=false) | StringCommandInterface | static |
| formatReply(std::string &reply, const std::vector< CommandResult > &results, const bool formatWriteAsRead=false) | StringCommandInterface | static |
| generateReplyFromCmd(std::string &replyPart, const ParsedCommand &originalCommand) | StringCommandInterface | static |
| generateReplyValueString(std::string &replyPart, const CommandReply &reply) | StringCommandInterface | static |
| getHelpstring() | StringCommandInterface | inlinevirtual |
| getNewCommands(std::vector< ParsedCommand > &commands) override | StringCommandInterface | virtual |
| hasNewCommands() | CommandInterface | virtual |
| makeCommandReply(const std::vector< CommandReply > &reply, CommandHandler *handler, uint32_t cmdId, CMDtype type=CMDtype::get, CommandInterface *originalInterface=nullptr) | CommandInterface | static |
| parser | StringCommandInterface | protected |
| parserReady | CommandInterface | protected |
| readyToSend() | CommandInterface | virtual |
| sendReplies(const std::vector< CommandResult > &results, CommandInterface *originalInterface)=0 | CommandInterface | pure virtual |
| sendReplyAsync(std::vector< CommandReply > &reply, CommandHandler *handler, uint32_t cmdId, CMDtype type) | CommandInterface | virtual |
| StringCommandInterface(uint32_t bufferMaxCapacity=512) | StringCommandInterface | inline |
| ~CommandInterface() | CommandInterface | virtual |