#include <RobotAPI/drivers/KITProstheticHandDriver/BLEProthesisInterface.h>
|
enum | SensorValueProtocol { tpos_tpwm_fpos_fpwm,
mx_pos_pwm
} |
|
enum | State {
Created,
DiscoveringDevices,
DiscoveringDevicesDone,
Disconnected,
Connecting,
ConnectingDone,
DiscoveringServices,
DiscoveringServicesDone,
ConnectingService,
Running,
Killed
} |
|
Definition at line 10 of file BLEProthesisInterface.h.
◆ SensorValueProtocol
◆ State
Enumerator |
---|
Created | |
DiscoveringDevices | |
DiscoveringDevicesDone | |
Disconnected | |
Connecting | |
ConnectingDone | |
DiscoveringServices | |
DiscoveringServicesDone | |
ConnectingService | |
Running | |
Killed | |
Definition at line 13 of file BLEProthesisInterface.h.
◆ BLEProthesisInterface()
◆ ~BLEProthesisInterface()
◆ getFingerPos()
std::int64_t getFingerPos |
( |
| ) |
const |
◆ getFingerPWM()
std::int64_t getFingerPWM |
( |
| ) |
const |
◆ getMaxG()
static constexpr std::uint64_t getMaxG |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ getMaxPosFingers()
static constexpr std::uint64_t getMaxPosFingers |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ getMaxPosThumb()
static constexpr std::uint64_t getMaxPosThumb |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ getMaxPWM()
static constexpr std::uint64_t getMaxPWM |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ getMaxV()
static constexpr std::uint64_t getMaxV |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ getMinV()
static constexpr std::uint64_t getMinV |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ getState()
◆ getThumbPos()
std::int64_t getThumbPos |
( |
| ) |
const |
◆ getThumbPWM()
std::int64_t getThumbPWM |
( |
| ) |
const |
◆ sendFingerPWM()
void sendFingerPWM |
( |
std::uint64_t |
v, |
|
|
std::uint64_t |
maxPWM, |
|
|
std::uint64_t |
pos |
|
) |
| |
◆ sendGrasp()
void sendGrasp |
( |
std::uint64_t |
n | ) |
|
◆ sendRaw()
void sendRaw |
( |
const std::string & |
cmd | ) |
|
◆ sendThumbPWM()
void sendThumbPWM |
( |
std::uint64_t |
v, |
|
|
std::uint64_t |
maxPWM, |
|
|
std::uint64_t |
pos |
|
) |
| |
◆ verboseReceive()
void verboseReceive |
( |
bool |
b = true | ) |
|
◆ verboseSend()
void verboseSend |
( |
bool |
b = true | ) |
|
◆ BLEProthesisInterfaceQtWorker
The documentation for this class was generated from the following files: