Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
debug-stream-sensor.h
Go to the documentation of this file.
1
// License: Apache 2.0. See LICENSE file in root directory.
2
// Copyright(c) 2020 Intel Corporation. All Rights Reserved.
3
4
#pragma once
5
6
#include "
core/streaming.h
"
7
8
namespace
librealsense
9
{
10
class
debug_stream_sensor
11
{
12
public
:
13
virtual
stream_profiles
get_debug_stream_profiles
()
const
= 0;
14
};
15
MAP_EXTENSION
(
RS2_EXTENSION_DEBUG_STREAM_SENSOR
,
debug_stream_sensor
);
16
}
librealsense::debug_stream_sensor::get_debug_stream_profiles
virtual stream_profiles get_debug_stream_profiles() const =0
streaming.h
librealsense::debug_stream_sensor
Definition:
debug-stream-sensor.h:10
librealsense
Definition:
calibration-model.h:6
librealsense::stream_profiles
std::vector< std::shared_ptr< stream_profile_interface >> stream_profiles
Definition:
streaming.h:165
RS2_EXTENSION_DEBUG_STREAM_SENSOR
Definition:
rs_types.h:222
librealsense::MAP_EXTENSION
MAP_EXTENSION(RS2_EXTENSION_POINTS, librealsense::points)
librealsense2
Author(s): Sergey Dorodnicov
, Doron Hirshberg
, Mark Horn
, Reagan Lopez
, Itay Carpis
autogenerated on Mon May 3 2021 02:47:12