Lens temperature.
More...
#include <Zivid/CameraState.h>
|
using | ValueType = double |
| The type of the underlying value.
|
|
|
| Lens ()=default |
| Default constructor.
|
|
constexpr | Lens (double value) |
| Constructor.
|
|
double | value () const |
| Get the value.
|
|
std::string | toString () const |
| Get the value as string.
|
|
bool | operator== (const Lens &other) const |
| Comparison operator.
|
|
bool | operator!= (const Lens &other) const |
| Comparison operator.
|
|
bool | operator< (const Lens &other) const |
| Comparison operator.
|
|
bool | operator> (const Lens &other) const |
| Comparison operator.
|
|
bool | operator<= (const Lens &other) const |
| Comparison operator.
|
|
bool | operator>= (const Lens &other) const |
| Comparison operator.
|
|
◆ ValueType
The type of the underlying value.
◆ Lens() [1/2]
Zivid::CameraState::Temperature::Lens::Lens |
( |
| ) |
|
|
default |
◆ Lens() [2/2]
Zivid::CameraState::Temperature::Lens::Lens |
( |
double | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator!=()
bool Zivid::CameraState::Temperature::Lens::operator!= |
( |
const Lens & | other | ) |
const |
|
inline |
◆ operator<()
bool Zivid::CameraState::Temperature::Lens::operator< |
( |
const Lens & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::CameraState::Temperature::Lens::operator<= |
( |
const Lens & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::CameraState::Temperature::Lens::operator== |
( |
const Lens & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::CameraState::Temperature::Lens::operator> |
( |
const Lens & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::CameraState::Temperature::Lens::operator>= |
( |
const Lens & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::CameraState::Temperature::Lens::toString |
( |
| ) |
const |
◆ validRange()
static constexpr Range< double > Zivid::CameraState::Temperature::Lens::validRange |
( |
| ) |
|
|
inlinestaticconstexpr |
The range of valid values for Lens.
◆ value()
double Zivid::CameraState::Temperature::Lens::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< Lens >
friend struct DataModel::Detail::Befriend< Lens > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Lens & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::CameraState::Temperature::Lens::description { R"description(Lens temperature)description" } |
|
staticconstexpr |
The description for this value.
◆ name
const char* Zivid::CameraState::Temperature::Lens::name { "Lens" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::CameraState::Temperature::Lens::path { "Temperature/Lens" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: