Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Public Member Functions | List of all members
librealsense::syncer_process_unit Class Reference

#include <syncer-processing-block.h>

Inheritance diagram for librealsense::syncer_process_unit:
librealsense::processing_block librealsense::processing_block_interface librealsense::options_container librealsense::options_interface librealsense::extension_snapshot librealsense::recordable< options_interface >

Public Member Functions

 syncer_process_unit ()
 
 ~syncer_process_unit ()
 
- Public Member Functions inherited from librealsense::processing_block
 processing_block ()
 
void set_processing_callback (frame_processor_callback_ptr callback) override
 
void set_output_callback (frame_callback_ptr callback) override
 
void invoke (frame_holder frames) override
 
synthetic_source_interfaceget_source () override
 
virtual ~processing_block ()
 
- Public Member Functions inherited from librealsense::processing_block_interface
virtual ~processing_block_interface ()=default
 
- Public Member Functions inherited from librealsense::options_container
bool supports_option (rs2_option id) const override
 
optionget_option (rs2_option id) override
 
const optionget_option (rs2_option id) const override
 
void register_option (rs2_option id, std::shared_ptr< option > option)
 
void unregister_option (rs2_option id)
 
void create_snapshot (std::shared_ptr< options_interface > &snapshot) const override
 
void enable_recording (std::function< void(const options_interface &)> record_action) override
 
void update (std::shared_ptr< extension_snapshot > ext) override
 
- Public Member Functions inherited from librealsense::options_interface
virtual ~options_interface ()=default
 
- Public Member Functions inherited from librealsense::recordable< options_interface >
virtual ~recordable ()=default
 
- Public Member Functions inherited from librealsense::extension_snapshot
virtual ~extension_snapshot ()=default
 

Additional Inherited Members

- Protected Attributes inherited from librealsense::processing_block
frame_source _source
 
std::mutex _mutex
 
frame_processor_callback_ptr _callback
 
synthetic_source _source_wrapper
 

Constructor & Destructor Documentation

◆ syncer_process_unit()

librealsense::syncer_process_unit::syncer_process_unit ( )

◆ ~syncer_process_unit()

librealsense::syncer_process_unit::~syncer_process_unit ( )
inline

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