#include <streaming.h>
Public Member Functions | |
virtual void | create_snapshot (std::shared_ptr< recommended_proccesing_blocks_interface > &snapshot) const override |
virtual void | enable_recording (std::function< void(const recommended_proccesing_blocks_interface &)> recording_function) override |
virtual processing_blocks | get_recommended_processing_blocks () const override |
recommended_proccesing_blocks_base (recommended_proccesing_blocks_interface *owner) | |
Public Member Functions inherited from librealsense::recommended_proccesing_blocks_interface | |
virtual | ~recommended_proccesing_blocks_interface ()=default |
Public Member Functions inherited from librealsense::recordable< recommended_proccesing_blocks_interface > | |
virtual | ~recordable ()=default |
Private Attributes | |
recommended_proccesing_blocks_interface * | _owner |
Definition at line 211 of file streaming.h.
|
inline |
Definition at line 214 of file streaming.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< recommended_proccesing_blocks_interface >.
Definition at line 220 of file streaming.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< recommended_proccesing_blocks_interface >.
Definition at line 225 of file streaming.h.
|
inlineoverridevirtual |
Implements librealsense::recommended_proccesing_blocks_interface.
Reimplemented in librealsense::sr300_camera::sr300_color_sensor, librealsense::ds5_depth_sensor, librealsense::sr3xx_camera::sr300_depth_sensor, librealsense::l500_depth_sensor, librealsense::l500_color_sensor, librealsense::sensor_base, and librealsense::ds5_color_sensor.
Definition at line 218 of file streaming.h.
|
private |
Definition at line 228 of file streaming.h.