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 |
Definition at line 122 of file software-device.h.
|
inline |
Definition at line 125 of file software-device.h.
|
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.
|
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.
|
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.
|
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.
|
inlineoverridevirtual |
Implements librealsense::depth_sensor.
Definition at line 127 of file software-device.h.
|
inlineoverridevirtual |
Implements librealsense::depth_stereo_sensor.
Definition at line 131 of file software-device.h.
|
private |
Definition at line 141 of file software-device.h.