#include <sensor.h>
Definition at line 137 of file sensor.h.
librealsense::motion_sensor_snapshot::motion_sensor_snapshot |
( |
| ) |
|
|
inline |
void librealsense::motion_sensor_snapshot::create_snapshot |
( |
std::shared_ptr< motion_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::motion_sensor.
Definition at line 146 of file sensor.h.
void librealsense::motion_sensor_snapshot::enable_recording |
( |
std::function< void(const motion_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::motion_sensor.
Definition at line 151 of file sensor.h.
The documentation for this class was generated from the following file: