|
roo_control
API Documentation for roo_control
|
Selector backed by a bound sensor from roo_transceivers. More...
#include <bound_selector.h>
Public Member Functions | |
| BoundSelector (roo_transceivers::Universe &universe, const roo_transceivers::SensorBinding &binding) | |
| bool | getState (State &result) const override |
| Retrieves the current state, or returns false when it cannot be read. | |
Public Member Functions inherited from roo_control::Selector< State > | |
| virtual | ~Selector ()=default |
Selector backed by a bound sensor from roo_transceivers.
Definition at line 10 of file bound_selector.h.
|
inline |
Definition at line 12 of file bound_selector.h.
|
inlineoverridevirtual |
Retrieves the current state, or returns false when it cannot be read.
Implements roo_control::Selector< State >.
Definition at line 16 of file bound_selector.h.