#include <sensor.h>
Definition at line 169 of file sensor.h.
librealsense::fisheye_sensor_snapshot::fisheye_sensor_snapshot |
( |
| ) |
|
|
inline |
void librealsense::fisheye_sensor_snapshot::create_snapshot |
( |
std::shared_ptr< fisheye_sensor > & |
snapshot | ) |
const |
|
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
Reimplemented from librealsense::fisheye_sensor.
Definition at line 178 of file sensor.h.
void librealsense::fisheye_sensor_snapshot::enable_recording |
( |
std::function< void(const fisheye_sensor &)> |
recording_function | ) |
|
|
inlineoverridevirtual |
Instruct the derived class to begin notifying on changes Derived class should call the recording_function with a reference of themselves
Reimplemented from librealsense::fisheye_sensor.
Definition at line 182 of file sensor.h.
The documentation for this class was generated from the following file: