#include <ds5-options.h>
Public Member Functions | |
depth_scale_option (hw_monitor &hwm) | |
void | enable_recording (std::function< void(const option &)> record_action) override |
const char * | get_description () const override |
virtual option_range | get_range () const override |
virtual bool | is_enabled () const override |
virtual float | query () const override |
virtual void | set (float value) override |
virtual | ~depth_scale_option ()=default |
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 |
Public Member Functions inherited from librealsense::observable_option | |
void | add_observer (std::function< void(float)> callback) |
void | notify (float val) |
Private Member Functions | |
ds::depth_table_control | get_depth_table (ds::advanced_query_mode mode) const |
Private Attributes | |
hw_monitor & | _hwm |
lazy< option_range > | _range |
std::function< void(const option &)> | _record_action = [](const option&) {} |
Definition at line 163 of file ds5-options.h.
librealsense::depth_scale_option::depth_scale_option | ( | hw_monitor & | hwm | ) |
Definition at line 337 of file ds5-options.cpp.
|
virtualdefault |
|
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< option >.
Definition at line 177 of file ds5-options.h.
|
private |
Definition at line 323 of file ds5-options.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 173 of file ds5-options.h.
|
overridevirtual |
Implements librealsense::option.
Definition at line 371 of file ds5-options.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 171 of file ds5-options.h.
|
overridevirtual |
Implements librealsense::option.
Definition at line 365 of file ds5-options.cpp.
|
overridevirtual |
Implements librealsense::option.
Definition at line 350 of file ds5-options.cpp.
|
private |
Definition at line 186 of file ds5-options.h.
|
private |
Definition at line 185 of file ds5-options.h.
|
private |
Definition at line 184 of file ds5-options.h.