#include <sensor.h>
Public Member Functions | |
void | create_snapshot (std::shared_ptr< fisheye_sensor > &snapshot) const override |
void | enable_recording (std::function< void(const fisheye_sensor &)> recording_function) override |
virtual | ~fisheye_sensor ()=default |
Public Member Functions inherited from librealsense::recordable< fisheye_sensor > | |
virtual | ~recordable ()=default |
|
virtualdefault |
|
overridevirtual |
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< fisheye_sensor >.
Reimplemented in librealsense::fisheye_sensor_snapshot.
Definition at line 1634 of file sensor.cpp.
|
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< fisheye_sensor >.
Reimplemented in librealsense::fisheye_sensor_snapshot.