#include "messenger-usbhost.h"#include "device-usbhost.h"#include "../usb/usb-enumerator.h"#include "../hw-monitor.h"#include "usbhost.h"#include "endpoint-usbhost.h"#include "interface-usbhost.h"#include "../uvc/uvc-types.h"#include "request-usbhost.h"#include <string>#include <regex>#include <sstream>#include <mutex>
Go to the source code of this file.
Namespaces | |
| librealsense | |
| librealsense::platform | |
Macros | |
| #define | CLEAR_FEATURE 0x01 |
| #define | UVC_FEATURE 0x02 |
| #define CLEAR_FEATURE 0x01 |
Definition at line 19 of file messenger-usbhost.cpp.
| #define UVC_FEATURE 0x02 |
Definition at line 20 of file messenger-usbhost.cpp.