Analog gain in the camera
More...
#include <Zivid/Settings2D.h>
|
| static constexpr bool | isContainer { false } |
| | Check if it contains child members More...
|
| |
| static constexpr const char * | path { "Gain" } |
| | The full path for this value More...
|
| |
| static constexpr const char * | name { "Gain" } |
| | The name of this value More...
|
| |
| static constexpr const char * | description { R"description(Analog gain in the camera)description" } |
| | The description for this value More...
|
| |
Analog gain in the camera
◆ ValueType
The type of the underlying value
◆ Gain() [1/2]
| Zivid::Settings2D::Gain::Gain |
( |
| ) |
|
|
default |
◆ Gain() [2/2]
| constexpr Zivid::Settings2D::Gain::Gain |
( |
ValueType |
value | ) |
|
|
inlineexplicitconstexprnoexcept |
◆ operator!=()
| bool Zivid::Settings2D::Gain::operator!= |
( |
const Gain & |
other | ) |
const |
|
inline |
◆ operator<()
| bool Zivid::Settings2D::Gain::operator< |
( |
const Gain & |
other | ) |
const |
|
inline |
◆ operator==()
| bool Zivid::Settings2D::Gain::operator== |
( |
const Gain & |
other | ) |
const |
|
inline |
◆ operator>()
| bool Zivid::Settings2D::Gain::operator> |
( |
const Gain & |
other | ) |
const |
|
inline |
◆ range()
The range of valid values
◆ setFromString()
| void Zivid::Settings2D::Gain::setFromString |
( |
const std::string & |
value | ) |
|
|
inline |
Set the value from string
◆ toString()
| std::string Zivid::Settings2D::Gain::toString |
( |
| ) |
const |
|
inline |
◆ value()
| const ValueType& Zivid::Settings2D::Gain::value |
( |
| ) |
const |
|
inline |
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const Gain & |
value |
|
) |
| |
|
friend |
Operator to serialize the value to a stream
◆ operator>>
| std::istream& operator>> |
( |
std::istream & |
stream, |
|
|
Gain & |
value |
|
) |
| |
|
friend |
Operator to set the value from a stream
◆ description
| constexpr const char* Zivid::Settings2D::Gain::description { R"description(Analog gain in the camera)description" } |
|
staticconstexpr |
The description for this value
◆ isContainer
| constexpr bool Zivid::Settings2D::Gain::isContainer { false } |
|
staticconstexpr |
Check if it contains child members
◆ name
| constexpr const char* Zivid::Settings2D::Gain::name { "Gain" } |
|
staticconstexpr |
◆ path
| constexpr const char* Zivid::Settings2D::Gain::path { "Gain" } |
|
staticconstexpr |
The full path for this value
The documentation for this class was generated from the following file: