Public Member Functions | |
const char * | get_description () const override |
bool | is_enabled () const override |
bool | is_read_only () const override |
float | query () const override |
void | set (float value) override |
tracking_mode_option (tm2_sensor &sensor, const char *description_) | |
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 | ~option ()=default |
Public Member Functions inherited from librealsense::recordable< option > | |
virtual | ~recordable ()=default |
Private Attributes | |
const char * | description |
tm2_sensor & | s |
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 231 of file tm-device.cpp.
|
inlineexplicit |
Definition at line 248 of file tm-device.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 242 of file tm-device.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 244 of file tm-device.cpp.
|
inlineoverridevirtual |
Reimplemented from librealsense::option.
Definition at line 246 of file tm-device.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 234 of file tm-device.cpp.
|
inlineoverridevirtual |
Implements librealsense::option.
Definition at line 236 of file tm-device.cpp.
|
private |
Definition at line 253 of file tm-device.cpp.
|
private |
Definition at line 252 of file tm-device.cpp.