#include <mobile_io.hpp>
|
static std::unique_ptr< MobileIO > | create (const std::string &family, const std::string &name) |
|
Definition at line 57 of file mobile_io.hpp.
◆ ButtonMode
◆ MobileIO()
hebi::experimental::MobileIO::MobileIO |
( |
std::shared_ptr< hebi::Group > |
group | ) |
|
|
private |
◆ clearText()
bool hebi::experimental::MobileIO::clearText |
( |
| ) |
|
◆ create()
std::unique_ptr< MobileIO > hebi::experimental::MobileIO::create |
( |
const std::string & |
family, |
|
|
const std::string & |
name |
|
) |
| |
|
static |
◆ disableSnap()
bool hebi::experimental::MobileIO::disableSnap |
( |
size_t |
axis_number | ) |
|
|
inline |
◆ getLastFeedback()
const hebi::Feedback& hebi::experimental::MobileIO::getLastFeedback |
( |
| ) |
const |
|
inline |
◆ getState() [1/2]
◆ getState() [2/2]
MobileIOState hebi::experimental::MobileIO::getState |
( |
bool & |
got_feedback | ) |
|
◆ sendText()
bool hebi::experimental::MobileIO::sendText |
( |
const std::string & |
message | ) |
|
◆ setAxisValue()
bool hebi::experimental::MobileIO::setAxisValue |
( |
size_t |
axis_number, |
|
|
float |
value |
|
) |
| |
◆ setButtonMode()
bool hebi::experimental::MobileIO::setButtonMode |
( |
size_t |
button_number, |
|
|
ButtonMode |
mode |
|
) |
| |
◆ setButtonOutput()
bool hebi::experimental::MobileIO::setButtonOutput |
( |
size_t |
button_number, |
|
|
bool |
on |
|
) |
| |
◆ setLedColor()
bool hebi::experimental::MobileIO::setLedColor |
( |
uint8_t |
r, |
|
|
uint8_t |
g, |
|
|
uint8_t |
b |
|
) |
| |
◆ setSnap()
bool hebi::experimental::MobileIO::setSnap |
( |
size_t |
axis_number, |
|
|
float |
snap_to |
|
) |
| |
◆ current_state_
◆ fbk_
◆ group_
std::shared_ptr<hebi::Group> hebi::experimental::MobileIO::group_ |
|
private |
The documentation for this class was generated from the following files: