#include <serialization.h>
|
virtual void | write_device_description (const device_snapshot &device_description)=0 |
|
virtual void | write_frame (const stream_identifier &stream_id, const nanoseconds ×tamp, frame_holder &&frame)=0 |
|
virtual void | write_snapshot (uint32_t device_index, const nanoseconds ×tamp, rs2_extension type, const std::shared_ptr< extension_snapshot > &snapshot)=0 |
|
virtual void | write_snapshot (const sensor_identifier &sensor_id, const nanoseconds ×tamp, rs2_extension type, const std::shared_ptr< extension_snapshot > &snapshot)=0 |
|
virtual void | write_notification (const sensor_identifier &stream_id, const nanoseconds ×tamp, const notification &n)=0 |
|
virtual const std::string & | get_file_name () const =0 |
|
virtual | ~writer ()=default |
|
◆ ~writer()
virtual librealsense::device_serializer::writer::~writer |
( |
| ) |
|
|
virtualdefault |
◆ get_file_name()
virtual const std::string& librealsense::device_serializer::writer::get_file_name |
( |
| ) |
const |
|
pure virtual |
◆ write_device_description()
virtual void librealsense::device_serializer::writer::write_device_description |
( |
const device_snapshot & |
device_description | ) |
|
|
pure virtual |
◆ write_frame()
◆ write_notification()
◆ write_snapshot() [1/2]
◆ write_snapshot() [2/2]
The documentation for this class was generated from the following file: