|
|
#include <RobotAPI/drivers/KITProstheticHandDriver/BLEProthesisInterfaceQtWorker.h>
Inheritance diagram for BLEProthesisInterfaceQtWorker: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 13 of file BLEProthesisInterfaceQtWorker.h.
| using State = BLEProthesisInterface::State |
Definition at line 17 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 22 of file BLEProthesisInterfaceQtWorker.cpp.
Here is the caller graph for this function:
|
signal |
| void sendCommand | ( | const std::string & | cmd | ) |
Definition at line 28 of file BLEProthesisInterfaceQtWorker.cpp.
Here is the caller graph for this function:
|
overrideprotected |
Definition at line 68 of file BLEProthesisInterfaceQtWorker.cpp.
Here is the call graph for this function: