auto-exposure-limit-feature.h
Go to the documentation of this file.
1 // License: Apache 2.0. See LICENSE file in root directory.
2 // Copyright(c) 2024 Intel Corporation. All Rights Reserved.
3 
4 #pragma once
5 
6 
8 
9 #include <memory>
10 
11 namespace librealsense {
12 
13 class synthetic_sensor;
14 class hw_monitor;
15 
17 {
18 public:
19  static const feature_id ID;
20 
21  auto_exposure_limit_feature( synthetic_sensor & depth_sensor, const std::shared_ptr< hw_monitor > & hw_monitor );
22 
23  feature_id get_id() const override;
24 };
25 
26 } // namespace librealsense
librealsense
Definition: algo.h:18
feature-interface.h
librealsense::auto_exposure_limit_feature::get_id
feature_id get_id() const override
Definition: auto-exposure-limit-feature.cpp:48
librealsense::hw_monitor
Definition: hw-monitor.h:271
librealsense::depth_sensor
Definition: depth-sensor.h:9
librealsense::feature_interface
Definition: feature-interface.h:14
librealsense::auto_exposure_limit_feature
Definition: auto-exposure-limit-feature.h:16
librealsense::synthetic_sensor
Definition: sensor.h:208
librealsense::auto_exposure_limit_feature::ID
static const feature_id ID
Definition: auto-exposure-limit-feature.h:19
librealsense::feature_id
std::string feature_id
Definition: feature-interface.h:11
librealsense::auto_exposure_limit_feature::auto_exposure_limit_feature
auto_exposure_limit_feature(synthetic_sensor &depth_sensor, const std::shared_ptr< hw_monitor > &hw_monitor)
Definition: auto-exposure-limit-feature.cpp:17


librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Mon Apr 22 2024 02:12:55