#include <ds5-options.h>
Public Member Functions | |
auto_exposure_limit_option (hw_monitor &hwm, sensor_base *depth_ep, option_range range) | |
virtual void | enable_recording (std::function< void(const option &)> record_action) override |
virtual const char * | get_description () const override |
virtual option_range | get_range () const override |
virtual bool | is_enabled () const override |
virtual bool | is_read_only () const |
virtual float | query () const override |
virtual void | set (float value) override |
virtual | ~auto_exposure_limit_option ()=default |
Public Member Functions inherited from librealsense::option_base | |
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 | ~option ()=default |
Public Member Functions inherited from librealsense::recordable< option > | |
virtual | ~recordable ()=default |
Private Attributes | |
hw_monitor & | _hwm |
lazy< option_range > | _range |
std::function< void(const option &)> | _record_action = [](const option&) {} |
sensor_base * | _sensor |
Additional Inherited Members | |
Protected Attributes inherited from librealsense::option_base | |
const option_range | _opt_range |
std::function< void(const option &)> | _recording_function = [](const option&) {} |
Definition at line 335 of file ds5-options.h.
librealsense::auto_exposure_limit_option::auto_exposure_limit_option | ( | hw_monitor & | hwm, |
sensor_base * | depth_ep, | ||
option_range | range | ||
) |
Definition at line 658 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
Reimplemented from librealsense::option_base.
Definition at line 349 of file ds5-options.h.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 345 of file ds5-options.h.
|
overridevirtual |
Implements librealsense::option.
Definition at line 698 of file ds5-options.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 343 of file ds5-options.h.
|
inlinevirtual |
Reimplemented from librealsense::option.
Definition at line 344 of file ds5-options.h.
|
overridevirtual |
Implements librealsense::option.
Definition at line 686 of file ds5-options.cpp.
|
overridevirtual |
Implements librealsense::option.
Definition at line 667 of file ds5-options.cpp.
|
private |
Definition at line 354 of file ds5-options.h.
|
private |
Definition at line 353 of file ds5-options.h.
|
private |
Definition at line 352 of file ds5-options.h.
|
private |
Definition at line 355 of file ds5-options.h.