#include "usb/usb-types.h"
#include <string>
#include <vector>
#include <windows.h>
#include <cfgmgr32.h>
Go to the source code of this file.
Namespaces | |
librealsense | |
librealsense::platform | |
Macros | |
#define | CHECK_HR(x) check(#x, x); |
#define | LOG_HR(x) check(#x, x, false); |
#define | NOMINMAX |
#define | WAIT_FOR_MUTEX_TIME_OUT (5000) |
Enumerations | |
enum | librealsense::platform::create_and_open_status { librealsense::platform::Mutex_Succeed, librealsense::platform::Mutex_TotalFailure, librealsense::platform::Mutex_AlreadyExist } |
Definition at line 23 of file win-helpers.h.
Definition at line 24 of file win-helpers.h.
#define NOMINMAX |
Definition at line 6 of file win-helpers.h.
#define WAIT_FOR_MUTEX_TIME_OUT (5000) |
Definition at line 16 of file win-helpers.h.