#include <option.h>

Public Member Functions | |
| enable_motion_correction (sensor_base *mm_ep, const option_range &opt_range) | |
| const char * | get_description () const override |
| bool | is_enabled () const override |
| float | query () const override |
| void | set (float value) override |
Public Member Functions inherited from librealsense::option_base | |
| virtual void | enable_recording (std::function< void(const option &)> recording_action) override |
| option_range | get_range () const override |
| bool | is_valid (float value) const |
| option_base (const option_range &opt_range) | |
Public Member Functions inherited from librealsense::option | |
| virtual void | create_snapshot (std::shared_ptr< option > &snapshot) const |
| virtual const char * | get_value_description (float) const |
| virtual bool | is_read_only () const |
| virtual | ~option ()=default |
Public Member Functions inherited from librealsense::recordable< option > | |
| virtual | ~recordable ()=default |
Private Attributes | |
| std::atomic< bool > | _is_active |
Additional Inherited Members | |
Protected Attributes inherited from librealsense::option_base | |
| const option_range | _opt_range |
| std::function< void(const option &)> | _recording_function = [](const option&) {} |
| librealsense::enable_motion_correction::enable_motion_correction | ( | sensor_base * | mm_ep, |
| const option_range & | opt_range | ||
| ) |
Definition at line 183 of file ds5-options.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
|
inlineoverridevirtual |
Implements librealsense::option.
|
overridevirtual |
Implements librealsense::option.
Definition at line 177 of file ds5-options.cpp.
|
overridevirtual |
Implements librealsense::option.
Definition at line 168 of file ds5-options.cpp.
|
private |