#include <backend-hid.h>
Definition at line 98 of file backend-hid.h.
librealsense::platform::hid_custom_sensor::hid_custom_sensor |
( |
const std::string & |
device_path, |
|
|
const std::string & |
sensor_name |
|
) |
| |
librealsense::platform::hid_custom_sensor::~hid_custom_sensor |
( |
| ) |
|
void librealsense::platform::hid_custom_sensor::enable |
( |
bool |
state | ) |
|
|
private |
const std::string& librealsense::platform::hid_custom_sensor::get_sensor_name |
( |
| ) |
const |
|
inline |
void librealsense::platform::hid_custom_sensor::init |
( |
| ) |
|
|
private |
std::vector< uint8_t > librealsense::platform::hid_custom_sensor::read_report |
( |
const std::string & |
name_report_path | ) |
|
|
private |
void librealsense::platform::hid_custom_sensor::signal_stop |
( |
| ) |
|
|
private |
void librealsense::platform::hid_custom_sensor::start_capture |
( |
hid_callback |
sensor_callback | ) |
|
void librealsense::platform::hid_custom_sensor::stop_capture |
( |
| ) |
|
hid_callback librealsense::platform::hid_custom_sensor::_callback |
|
private |
std::string librealsense::platform::hid_custom_sensor::_custom_device_name |
|
private |
std::string librealsense::platform::hid_custom_sensor::_custom_device_path |
|
private |
std::string librealsense::platform::hid_custom_sensor::_custom_sensor_name |
|
private |
int librealsense::platform::hid_custom_sensor::_fd |
|
private |
std::unique_ptr<std::thread> librealsense::platform::hid_custom_sensor::_hid_thread |
|
private |
std::atomic<bool> librealsense::platform::hid_custom_sensor::_is_capturing |
|
private |
int librealsense::platform::hid_custom_sensor::_stop_pipe_fd[2] |
|
private |
The documentation for this class was generated from the following files: