Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
win7
rsusb-backend-windows.h
Go to the documentation of this file.
1
// License: Apache 2.0. See LICENSE file in root directory.
2
// Copyright(c) 2015 Intel Corporation. All Rights Reserved.
3
4
#pragma once
5
6
#include "../rsusb-backend/rsusb-backend.h"
7
8
namespace
librealsense
9
{
10
namespace
platform
11
{
12
class
rs_backend_windows
:
public
rs_backend
13
{
14
public
:
15
rs_backend_windows
() {}
16
std::shared_ptr<device_watcher>
create_device_watcher
()
const override
;
17
};
18
}
19
}
librealsense::platform::rs_backend_windows::rs_backend_windows
rs_backend_windows()
Definition:
rsusb-backend-windows.h:15
librealsense
Definition:
calibration-model.h:6
librealsense::platform::rs_backend_windows
Definition:
rsusb-backend-windows.h:12
librealsense::platform::rs_backend_windows::create_device_watcher
std::shared_ptr< device_watcher > create_device_watcher() const override
Definition:
rsusb-backend-windows.cpp:17
librealsense::platform::rs_backend
Definition:
rsusb-backend.h:13
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:41