DMD temperature
More...
#include <Zivid/CameraState.h>
|
| static constexpr bool | isContainer { false } |
| | Check if it contains child members More...
|
| |
| static constexpr const char * | path { "Temperature/DMD" } |
| | The full path for this value More...
|
| |
| static constexpr const char * | name { "DMD" } |
| | The name of this value More...
|
| |
| static constexpr const char * | description { R"description(DMD temperature)description" } |
| | The description for this value More...
|
| |
◆ ValueType
The type of the underlying value
◆ DMD() [1/2]
| Zivid::CameraState::Temperature::DMD::DMD |
( |
| ) |
|
|
default |
◆ DMD() [2/2]
| constexpr Zivid::CameraState::Temperature::DMD::DMD |
( |
ValueType |
value | ) |
|
|
inlineexplicitconstexprnoexcept |
◆ 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 |
◆ range()
| Range<ValueType> Zivid::CameraState::Temperature::DMD::range |
( |
| ) |
const |
|
inline |
The range of valid values
◆ setFromString()
| void Zivid::CameraState::Temperature::DMD::setFromString |
( |
const std::string & |
value | ) |
|
|
inline |
Set the value from string
◆ toString()
| std::string Zivid::CameraState::Temperature::DMD::toString |
( |
| ) |
const |
|
inline |
◆ value()
| const ValueType& Zivid::CameraState::Temperature::DMD::value |
( |
| ) |
const |
|
inline |
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const DMD & |
value |
|
) |
| |
|
friend |
Operator to serialize the value to a stream
◆ operator>>
| std::istream& operator>> |
( |
std::istream & |
stream, |
|
|
DMD & |
value |
|
) |
| |
|
friend |
Operator to set the value from a stream
◆ description
| constexpr const char* Zivid::CameraState::Temperature::DMD::description { R"description(DMD temperature)description" } |
|
staticconstexpr |
The description for this value
◆ isContainer
| constexpr bool Zivid::CameraState::Temperature::DMD::isContainer { false } |
|
staticconstexpr |
Check if it contains child members
◆ name
| constexpr const char* Zivid::CameraState::Temperature::DMD::name { "DMD" } |
|
staticconstexpr |
◆ path
| constexpr 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: