|
#include <RobotAPI/drivers/KITProstheticHandDriver/BLEProthesisInterfaceQtWorker.h>
Public Types | |
using | State = BLEProthesisInterface::State |
Signals | |
void | resultReady (const QString &s) |
Public Member Functions | |
BLEProthesisInterfaceQtWorker (const QString &mac, BLEProthesisInterface &owner) | |
void | kill () |
void | sendCommand (const std::string &cmd) |
~BLEProthesisInterfaceQtWorker () | |
Protected Member Functions | |
void | timerEvent (QTimerEvent *event) override |
Definition at line 15 of file BLEProthesisInterfaceQtWorker.h.
using State = BLEProthesisInterface::State |
Definition at line 19 of file BLEProthesisInterfaceQtWorker.h.
BLEProthesisInterfaceQtWorker | ( | const QString & | mac, |
BLEProthesisInterface & | owner | ||
) |
Definition at line 9 of file BLEProthesisInterfaceQtWorker.cpp.
Definition at line 16 of file BLEProthesisInterfaceQtWorker.cpp.
void kill | ( | ) |
Definition at line 21 of file BLEProthesisInterfaceQtWorker.cpp.
|
signal |
void sendCommand | ( | const std::string & | cmd | ) |
Definition at line 26 of file BLEProthesisInterfaceQtWorker.cpp.
|
overrideprotected |
Definition at line 64 of file BLEProthesisInterfaceQtWorker.cpp.