#include "metadata.h"#include "backend-hid.h"#include "backend.h"#include "types.h"#include <thread>#include <chrono>#include <ctime>#include <dirent.h>#include <fcntl.h>#include <unistd.h>
Go to the source code of this file.
Namespaces | |
| librealsense | |
| librealsense::platform | |
Macros | |
| #define | LOG_DEBUG_HID(...) |
Functions | |
| const std::string | HID_CUSTOM_PATH ("/sys/bus/platform/drivers/hid_sensor_custom") |
| const std::string | IIO_DEVICE_PREFIX ("iio:device") |
| const std::string | IIO_ROOT_PATH ("/sys/bus/iio/devices") |
Variables | |
| const size_t | HID_DATA_ACTUAL_SIZE = 6 |
| const uint8_t | HID_METADATA_SIZE = 8 |
| const size_t | MAX_DEV_PARENT_DIR = 10 |
| #define LOG_DEBUG_HID | ( | ... | ) |
Definition at line 31 of file backend-hid.cpp.
| const std::string HID_CUSTOM_PATH | ( | "/sys/bus/platform/drivers/hid_sensor_custom" | ) |
| const std::string IIO_DEVICE_PREFIX | ( | "iio:device" | ) |
| const std::string IIO_ROOT_PATH | ( | "/sys/bus/iio/devices" | ) |
| const size_t HID_DATA_ACTUAL_SIZE = 6 |
Definition at line 21 of file backend-hid.cpp.
| const uint8_t HID_METADATA_SIZE = 8 |
Definition at line 20 of file backend-hid.cpp.
| const size_t MAX_DEV_PARENT_DIR = 10 |
Definition at line 18 of file backend-hid.cpp.