#include <gloveTypes.h>
Public Attributes | |
uchar_t | raw |
struct { | |
uchar_t _rv0: 5 | |
uchar_t glove_plugged: 1 | |
uchar_t light_wrist: 1 | |
uchar_t switch_wrist: 1 | |
} | X |
Definition at line 47 of file gloveTypes.h.
uchar_t gloveStatusByte_t::_rv0 |
Definition at line 54 of file gloveTypes.h.
uchar_t gloveStatusByte_t::glove_plugged |
Definition at line 51 of file gloveTypes.h.
uchar_t gloveStatusByte_t::light_wrist |
Definition at line 53 of file gloveTypes.h.
uchar_t gloveStatusByte_t::raw |
Definition at line 49 of file gloveTypes.h.
uchar_t gloveStatusByte_t::switch_wrist |
Definition at line 52 of file gloveTypes.h.
struct { ... } gloveStatusByte_t::X |