Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
ds5-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 "ds5-device.h"
7 
8 namespace librealsense
9 {
10  class ds5_active : public virtual ds5_device
11  {
12  public:
13  ds5_active(std::shared_ptr<context> ctx,
14  const platform::backend_device_group& group);
15  };
16 }
Definition: ds5-device.h:16
Definition: algo.h:16
Definition: ds5-active.h:10
ds5_active(std::shared_ptr< context > ctx, const platform::backend_device_group &group)