#include <rs_sensor.hpp>
◆ ~options()
virtual rs2::options::~options |
( |
| ) |
|
|
virtualdefault |
◆ options() [1/2]
◆ options() [2/2]
rs2::options::options |
( |
const options & |
other | ) |
|
|
inlineprotected |
◆ get_option()
float rs2::options::get_option |
( |
rs2_option |
option | ) |
const |
|
inline |
read option's value
- Parameters
-
[in] | option | option id to be queried |
- Returns
- value of the option
◆ get_option_description()
const char* rs2::options::get_option_description |
( |
rs2_option |
option | ) |
const |
|
inline |
get option description
- Parameters
-
[in] | option | option id to be checked |
- Returns
- human-readable option description
◆ get_option_range()
retrieve the available range of values of a supported option
- Returns
- option range containing minimum and maximum values, step and default value
◆ get_option_value_description()
const char* rs2::options::get_option_value_description |
( |
rs2_option |
option, |
|
|
float |
val |
|
) |
| const |
|
inline |
get option value description (in case specific option value hold special meaning)
- Parameters
-
[in] | option | option id to be checked |
[in] | val | value of the option |
- Returns
- human-readable description of a specific value of an option or null if no special meaning
◆ is_option_read_only()
bool rs2::options::is_option_read_only |
( |
rs2_option |
option | ) |
const |
|
inline |
check if particular option is read-only
- Parameters
-
[in] | option | option id to be checked |
- Returns
- true if option is read-only
◆ operator=() [1/2]
◆ operator=() [2/2]
template<class T >
options& rs2::options::operator= |
( |
const T & |
dev | ) |
|
|
inlineprotected |
◆ set_option()
void rs2::options::set_option |
( |
rs2_option |
option, |
|
|
float |
value |
|
) |
| const |
|
inline |
write new value to the option
- Parameters
-
[in] | option | option id to be queried |
[in] | value | new value for the option |
◆ supports()
bool rs2::options::supports |
( |
rs2_option |
option | ) |
const |
|
inline |
check if particular option is supported
- Parameters
-
[in] | option | option id to be checked |
- Returns
- true if option is supported
The documentation for this class was generated from the following file: