#include <rates-printer.h>
Classes | |
class | profile |
Protected Member Functions | |
rs2::frame | process_frame (const rs2::frame_source &source, const rs2::frame &f) override |
bool | should_process (const rs2::frame &frame) override |
Protected Member Functions inherited from librealsense::generic_processing_block | |
virtual rs2::frame | prepare_output (const rs2::frame_source &source, rs2::frame input, std::vector< rs2::frame > results) |
Private Member Functions | |
void | print () |
Private Attributes | |
std::chrono::steady_clock::time_point | _last_print_time |
std::map< const rs2_stream_profile *, profile > | _profiles |
int | _render_rate = 2 |
Additional Inherited Members | |
Protected Attributes inherited from librealsense::processing_block | |
frame_processor_callback_ptr | _callback |
std::mutex | _mutex |
frame_source | _source |
synthetic_source | _source_wrapper |
Protected Attributes inherited from librealsense::options_container | |
std::map< rs2_option, std::shared_ptr< option > > | _options |
std::function< void(const options_interface &)> | _recording_function = [](const options_interface&) {} |
Definition at line 11 of file rates-printer.h.
|
inline |
Definition at line 14 of file rates-printer.h.
|
virtualdefault |
|
private |
Definition at line 26 of file rates-printer.cpp.
|
overrideprotectedvirtual |
Implements librealsense::generic_processing_block.
Definition at line 14 of file rates-printer.cpp.
|
overrideprotectedvirtual |
Implements librealsense::generic_processing_block.
Definition at line 9 of file rates-printer.cpp.
|
private |
Definition at line 42 of file rates-printer.h.
|
private |
Definition at line 41 of file rates-printer.h.
|
private |
Definition at line 40 of file rates-printer.h.