#include "usb/usb-enumerator.h"
#include "device-winusb.h"
#include "interface-winusb.h"
#include "win/win-helpers.h"
#include "types.h"
#include <atlstr.h>
#include <Windows.h>
#include <Sddl.h>
#include <string>
#include <regex>
#include <sstream>
#include <mutex>
#include <Cfgmgr32.h>
#include <SetupAPI.h>
Go to the source code of this file.
Namespaces | |
librealsense | |
librealsense::platform | |
Functions | |
usb_device_info | librealsense::platform::get_info (const std::wstring device_wstr) |
std::vector< std::wstring > | librealsense::platform::query_by_interface (GUID guid) |
std::vector< std::wstring > | librealsense::platform::query_by_interface (const std::string &guidStr) |
Variables | |
const std::map< std::string, usb_class > | librealsense::platform::guids |