Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
android
rsusb-backend-android.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
android_backend
:
public
rs_backend
13
{
14
public
:
15
android_backend
() {}
16
17
std::shared_ptr<device_watcher>
create_device_watcher
()
const override
;
18
};
19
}
20
}
librealsense::platform::android_backend
Definition:
rsusb-backend-android.h:12
librealsense
Definition:
calibration-model.h:6
librealsense::platform::rs_backend
Definition:
rsusb-backend.h:13
librealsense::platform::android_backend::create_device_watcher
std::shared_ptr< device_watcher > create_device_watcher() const override
Definition:
rsusb-backend-android.cpp:16
librealsense::platform::android_backend::android_backend
android_backend()
Definition:
rsusb-backend-android.h:15
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:41