#include <mobile_io.hpp>
Public Types | |
| enum | ButtonState { ButtonState::Off, ButtonState::On, ButtonState::ToOff, ButtonState::ToOn } |
Public Member Functions | |
| ButtonState | get (int button) const |
| MobileIODiff (const MobileIOState &prev, const MobileIOState ¤t) | |
Private Attributes | |
| std::array< ButtonState, NumButtons > | buttons_ |
Definition at line 41 of file mobile_io.hpp.
|
strong |
| Enumerator | |
|---|---|
| Off | |
| On | |
| ToOff | |
| ToOn | |
Definition at line 44 of file mobile_io.hpp.
| hebi::experimental::MobileIODiff::MobileIODiff | ( | const MobileIOState & | prev, |
| const MobileIOState & | current | ||
| ) |
Definition at line 24 of file mobile_io.cpp.
| MobileIODiff::ButtonState hebi::experimental::MobileIODiff::get | ( | int | button | ) | const |
Definition at line 37 of file mobile_io.cpp.
|
private |
Definition at line 53 of file mobile_io.hpp.