Private Member Functions | |
virtual QByteArray | command () const=0 |
virtual QString | name () const=0 |
Friends | |
class | McuSerial |
This class is, together with IMcuAns, an approach to generically deal with the variety of different command and answer types.
QByteArray IMcuCmd::command | ( | ) | const [private, pure virtual] |
Get raw command string for submission to the MCU.
QString IMcuCmd::name | ( | ) | const [private, pure virtual] |
Return short human-readable name of command for debugging.