#include <ds5-options.h>
Public Member Functions | |
void | enable_recording (std::function< void(const option &)> record_action) override |
external_sync_mode (hw_monitor &hwm, sensor_base *depth_ep=nullptr, int ver=1) | |
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 | ~external_sync_mode ()=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 | ~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 |
int | _ver |
Definition at line 189 of file ds5-options.h.
librealsense::external_sync_mode::external_sync_mode | ( | hw_monitor & | hwm, |
sensor_base * | depth_ep = nullptr , |
||
int | ver = 1 |
||
) |
Definition at line 376 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 204 of file ds5-options.h.
|
overridevirtual |
Implements librealsense::option.
Definition at line 483 of file ds5-options.cpp.
|
overridevirtual |
Implements librealsense::option.
Definition at line 442 of file ds5-options.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 200 of file ds5-options.h.
|
inlinevirtual |
Reimplemented from librealsense::option.
Definition at line 201 of file ds5-options.h.
|
overridevirtual |
Implements librealsense::option.
Definition at line 421 of file ds5-options.cpp.
|
overridevirtual |
Implements librealsense::option.
Definition at line 388 of file ds5-options.cpp.
|
private |
Definition at line 211 of file ds5-options.h.
|
private |
Definition at line 210 of file ds5-options.h.
|
private |
Definition at line 209 of file ds5-options.h.
|
private |
Definition at line 212 of file ds5-options.h.
|
private |
Definition at line 213 of file ds5-options.h.