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