|
| eyes_state (bool is_open_left_, bool is_open_right_) |
|
Definition at line 14 of file eyes_state.hpp.
◆ eyes_state()
bnb::interfaces::eyes_state::eyes_state |
( |
bool | is_open_left_, |
|
|
bool | is_open_right_ ) |
|
inline |
Definition at line 18 of file eyes_state.hpp.
20 : is_open_left(std::move(is_open_left_))
21 , is_open_right(std::move(is_open_right_))
22 {}
◆ is_open_left
bool bnb::interfaces::eyes_state::is_open_left |
◆ is_open_right
bool bnb::interfaces::eyes_state::is_open_right |
The documentation for this struct was generated from the following file:
- /Users/itumashyk/Workspace/banuba_sdk/libs/types/bnb/types/interfaces/eyes_state.hpp