#include <l500-options.h>
|
| | digital_gain_option (uvc_sensor &ep, platform::extension_unit xu, uint8_t id, std::string description, const std::map< float, std::string > &description_per_value, firmware_version fw_version, l500_options *owner) |
| |
| option_range | get_range () const override |
| |
| void | set (float value) override |
| |
| void | set_by_preset (float value) |
| |
| void | enable_recording (std::function< void(const option &)> record_action) override |
| |
| const char * | get_description () const override |
| |
| option_range | get_range () const override |
| |
| const char * | get_value_description (float val) const override |
| |
| bool | is_enabled () const override |
| |
| float | query () const override |
| |
| void | set (float value) override |
| |
| | uvc_xu_option (uvc_sensor &ep, platform::extension_unit xu, uint8_t id, std::string description) |
| |
| | uvc_xu_option (uvc_sensor &ep, platform::extension_unit xu, uint8_t id, std::string description, const std::map< float, std::string > &description_per_value) |
| |
| virtual void | create_snapshot (std::shared_ptr< option > &snapshot) const |
| |
| virtual bool | is_read_only () const |
| |
| virtual | ~option ()=default |
| |
| virtual | ~recordable ()=default |
| |
Definition at line 36 of file l500-options.h.
| option_range librealsense::digital_gain_option::get_range |
( |
| ) |
const |
|
overridevirtual |
| void librealsense::digital_gain_option::set |
( |
float |
value | ) |
|
|
overridevirtual |
| void librealsense::digital_gain_option::set_by_preset |
( |
float |
value | ) |
|
| void librealsense::digital_gain_option::work_around_for_old_fw |
( |
| ) |
|
|
private |
The documentation for this class was generated from the following files: