![]() |
Open FFBoard
Open source force feedback firmware
|
#include <CommandHandler.h>
Public Member Functions | |
uint32_t | size () const |
Public Attributes | |
std::vector< CommandReply > | reply |
ParsedCommand | originalCommand |
uint16_t | handlerId = 0 |
ID of the command handler responding to the command. More... | |
CommandHandler * | commandHandler = nullptr |
CommandStatus | type = CommandStatus::NOT_FOUND |
Definition at line 99 of file CommandHandler.h.
|
inline |
Definition at line 107 of file CommandHandler.h.
CommandHandler* CommandResult::commandHandler = nullptr |
Definition at line 104 of file CommandHandler.h.
uint16_t CommandResult::handlerId = 0 |
ID of the command handler responding to the command.
Definition at line 102 of file CommandHandler.h.
ParsedCommand CommandResult::originalCommand |
Definition at line 101 of file CommandHandler.h.
std::vector<CommandReply> CommandResult::reply |
Definition at line 100 of file CommandHandler.h.
CommandStatus CommandResult::type = CommandStatus::NOT_FOUND |
Definition at line 105 of file CommandHandler.h.