#include <ds5-options.h>
Definition at line 383 of file ds5-options.h.
librealsense::thermal_compensation::thermal_compensation |
( |
std::shared_ptr< ds5_thermal_monitor > |
monitor, |
|
|
std::shared_ptr< option > |
toggle |
|
) |
| |
void librealsense::thermal_compensation::create_snapshot |
( |
std::shared_ptr< option > & |
snapshot | ) |
const |
|
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
Reimplemented from librealsense::option.
Definition at line 789 of file ds5-options.cpp.
void librealsense::thermal_compensation::enable_recording |
( |
std::function< void(const option &)> |
recording_function | ) |
|
|
inlineoverridevirtual |
const char * librealsense::thermal_compensation::get_description |
( |
| ) |
const |
|
overridevirtual |
option_range librealsense::thermal_compensation::get_range |
( |
| ) |
const |
|
inlineoverridevirtual |
const char * librealsense::thermal_compensation::get_value_description |
( |
float |
value | ) |
const |
|
overridevirtual |
bool librealsense::thermal_compensation::is_enabled |
( |
| ) |
const |
|
inlineoverridevirtual |
float librealsense::thermal_compensation::query |
( |
void |
| ) |
const |
|
overridevirtual |
void librealsense::thermal_compensation::set |
( |
float |
value | ) |
|
|
overridevirtual |
std::function<void(const option&)> librealsense::thermal_compensation::_recording_function = [](const option&) {} |
|
private |
std::shared_ptr<option> librealsense::thermal_compensation::_thermal_toggle |
|
private |
The documentation for this class was generated from the following files: