Public Member Functions | Private Attributes | List of all members
librealsense::software_sensor::stereo_extension Class Reference
Inheritance diagram for librealsense::software_sensor::stereo_extension:
Inheritance graph
[legend]

Public Member Functions

void create_snapshot (std::shared_ptr< depth_stereo_sensor > &snapshot) const override
 
void create_snapshot (std::shared_ptr< depth_sensor > &snapshot) const override
 
void enable_recording (std::function< void(const depth_stereo_sensor &)> recording_function) override
 
void enable_recording (std::function< void(const depth_sensor &)> recording_function) override
 
float get_depth_scale () const override
 
float get_stereo_baseline_mm () const override
 
 stereo_extension (software_sensor *owner)
 
- Public Member Functions inherited from librealsense::depth_sensor
virtual ~depth_sensor ()=default
 
- Public Member Functions inherited from librealsense::recordable< depth_sensor >
virtual ~recordable ()=default
 
- Public Member Functions inherited from librealsense::recordable< depth_stereo_sensor >
virtual ~recordable ()=default
 

Private Attributes

software_sensor_owner
 

Detailed Description

Definition at line 122 of file software-device.h.

Constructor & Destructor Documentation

librealsense::software_sensor::stereo_extension::stereo_extension ( software_sensor owner)
inline

Definition at line 125 of file software-device.h.

Member Function Documentation

void librealsense::software_sensor::stereo_extension::create_snapshot ( std::shared_ptr< depth_stereo_sensor > &  snapshot) const
inlineoverridevirtual

Create a snapshot of the deriving extension. A snapshot of T is a reflection of the state and memory of T at the time of the call

Implements librealsense::recordable< depth_stereo_sensor >.

Definition at line 135 of file software-device.h.

void librealsense::software_sensor::stereo_extension::create_snapshot ( std::shared_ptr< depth_sensor > &  snapshot) const
inlineoverridevirtual

Create a snapshot of the deriving extension. A snapshot of T is a reflection of the state and memory of T at the time of the call

Implements librealsense::recordable< depth_sensor >.

Definition at line 138 of file software-device.h.

void librealsense::software_sensor::stereo_extension::enable_recording ( std::function< void(const depth_stereo_sensor &)>  recording_function)
inlineoverridevirtual

Instruct the derived class to begin notifying on changes Derived class should call the recording_function with a reference of themselves

Implements librealsense::recordable< depth_stereo_sensor >.

Definition at line 136 of file software-device.h.

void librealsense::software_sensor::stereo_extension::enable_recording ( std::function< void(const depth_sensor &)>  recording_function)
inlineoverridevirtual

Instruct the derived class to begin notifying on changes Derived class should call the recording_function with a reference of themselves

Implements librealsense::recordable< depth_sensor >.

Definition at line 139 of file software-device.h.

float librealsense::software_sensor::stereo_extension::get_depth_scale ( ) const
inlineoverridevirtual

Implements librealsense::depth_sensor.

Definition at line 127 of file software-device.h.

float librealsense::software_sensor::stereo_extension::get_stereo_baseline_mm ( ) const
inlineoverridevirtual

Implements librealsense::depth_stereo_sensor.

Definition at line 131 of file software-device.h.

Member Data Documentation

software_sensor* librealsense::software_sensor::stereo_extension::_owner
private

Definition at line 141 of file software-device.h.


The documentation for this class was generated from the following file:


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:38