Zivid C++ API 2.12.0+6afd4961-1
|
#include <Zivid/CameraState.h>
Public Types | |
using | ValueType = double |
The type of the underlying value. | |
Public Member Functions | |
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. | |
Static Public Member Functions | |
static constexpr Range< double > | validRange () |
The range of valid values for Lens. | |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
The type of this node. | |
static constexpr const char * | path { "Temperature/Lens" } |
The full path for this value. | |
static constexpr const char * | name { "Lens" } |
The name of this value. | |
static constexpr const char * | description { R"description(Lens temperature)description" } |
The description for this value. | |
Friends | |
struct | DataModel::Detail::Befriend< Lens > |
std::ostream & | operator<< (std::ostream &stream, const Lens &value) |
Operator to serialize the value to a stream. | |
Lens temperature.
The type of the underlying value.
|
default |
Default constructor.
Constructor.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
std::string Zivid::CameraState::Temperature::Lens::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The range of valid values for Lens.
double Zivid::CameraState::Temperature::Lens::value | ( | ) | const |
Get the value.
Operator to serialize the value to a stream.
|
staticconstexpr |
The description for this value.
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.