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 | |
LED ()=default | |
Default constructor. | |
constexpr | LED (double value) |
Constructor. | |
double | value () const |
Get the value. | |
std::string | toString () const |
Get the value as string. | |
bool | operator== (const LED &other) const |
Comparison operator. | |
bool | operator!= (const LED &other) const |
Comparison operator. | |
bool | operator< (const LED &other) const |
Comparison operator. | |
bool | operator> (const LED &other) const |
Comparison operator. | |
bool | operator<= (const LED &other) const |
Comparison operator. | |
bool | operator>= (const LED &other) const |
Comparison operator. | |
Static Public Member Functions | |
static constexpr Range< double > | validRange () |
The range of valid values for LED. | |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
The type of this node. | |
static constexpr const char * | path { "Temperature/LED" } |
The full path for this value. | |
static constexpr const char * | name { "LED" } |
The name of this value. | |
static constexpr const char * | description { R"description(LED temperature)description" } |
The description for this value. | |
Friends | |
struct | DataModel::Detail::Befriend< LED > |
std::ostream & | operator<< (std::ostream &stream, const LED &value) |
Operator to serialize the value to a stream. | |
LED 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::LED::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The range of valid values for LED.
double Zivid::CameraState::Temperature::LED::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.