|
#include <RobotAPI/drivers/KITProstheticHandDriver/BLEProthesisInterfaceQtWorkerThread.h>
Public Member Functions | |
BLEProthesisInterfaceQtWorkerThread (const std::string &mac, BLEProthesisInterface &owner) | |
void | kill () |
void | sendCommand (const std::string &cmd) |
~BLEProthesisInterfaceQtWorkerThread () | |
Definition at line 16 of file BLEProthesisInterfaceQtWorkerThread.h.
BLEProthesisInterfaceQtWorkerThread | ( | const std::string & | mac, |
BLEProthesisInterface & | owner | ||
) |
Definition at line 4 of file BLEProthesisInterfaceQtWorkerThread.cpp.
|
default |
void kill | ( | ) |
Definition at line 12 of file BLEProthesisInterfaceQtWorkerThread.cpp.
void sendCommand | ( | const std::string & | cmd | ) |
Definition at line 17 of file BLEProthesisInterfaceQtWorkerThread.cpp.