#include <backend-hid.h>
Public Attributes | |
uint32_t | big_endian = 0 |
uint32_t | bits_used = 0 |
uint32_t | bytes = 0 |
std::string | device_path = "" |
bool | enabled = false |
int | index = -1 |
std::string | input = "" |
uint32_t | is_signed = 0 |
uint32_t | location = 0 |
uint64_t | mask |
uint32_t | shift = 0 |
Definition at line 17 of file backend-hid.h.
uint32_t librealsense::platform::hid_input_info::big_endian = 0 |
Definition at line 24 of file backend-hid.h.
uint32_t librealsense::platform::hid_input_info::bits_used = 0 |
Definition at line 25 of file backend-hid.h.
uint32_t librealsense::platform::hid_input_info::bytes = 0 |
Definition at line 26 of file backend-hid.h.
std::string librealsense::platform::hid_input_info::device_path = "" |
Definition at line 20 of file backend-hid.h.
bool librealsense::platform::hid_input_info::enabled = false |
Definition at line 22 of file backend-hid.h.
int librealsense::platform::hid_input_info::index = -1 |
Definition at line 21 of file backend-hid.h.
std::string librealsense::platform::hid_input_info::input = "" |
Definition at line 19 of file backend-hid.h.
uint32_t librealsense::platform::hid_input_info::is_signed = 0 |
Definition at line 27 of file backend-hid.h.
uint32_t librealsense::platform::hid_input_info::location = 0 |
Definition at line 28 of file backend-hid.h.
uint64_t librealsense::platform::hid_input_info::mask |
Definition at line 30 of file backend-hid.h.
uint32_t librealsense::platform::hid_input_info::shift = 0 |
Definition at line 29 of file backend-hid.h.