d400-active.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 "d400-device.h"
7 #include "ds/ds-active-common.h"
8 
9 namespace librealsense
10 {
11  // Active means the HW includes an active projector
12  class d400_active : public virtual d400_device
13  {
14  public:
15  d400_active( std::shared_ptr< const d400_info > const & );
16  private:
17  std::shared_ptr<ds_active_common> _ds_active_common;
18  };
19 }
librealsense
Definition: algo.h:18
ds-active-common.h
d400-device.h
librealsense::d400_active
Definition: d400-active.h:12
librealsense::d400_active::_ds_active_common
std::shared_ptr< ds_active_common > _ds_active_common
Definition: d400-active.h:17
librealsense::d400_active::d400_active
d400_active(std::shared_ptr< const d400_info > const &)
Definition: d400-active.cpp:22
librealsense::d400_device
Definition: d400-device.h:26


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