Whether the fan is operating as expected, or stopped unexpectedly.
More...
#include <Zivid/CameraHealth.h>
Whether the fan is operating as expected, or stopped unexpectedly.
◆ ValueType
The type of the underlying value.
| Enumerator |
|---|
| ok | |
| unexpectedFanStop | |
◆ Value() [1/2]
| Zivid::CameraHealth::Fan::Value::Value |
( |
| ) |
|
|
default |
◆ Value() [2/2]
| Zivid::CameraHealth::Fan::Value::Value |
( |
ValueType | value | ) |
|
|
inlineexplicitconstexpr |
◆ hasValue()
| bool Zivid::CameraHealth::Fan::Value::hasValue |
( |
| ) |
const |
Check if the value is set.
◆ operator!=()
| bool Zivid::CameraHealth::Fan::Value::operator!= |
( |
const Value & | other | ) |
const |
|
inline |
◆ operator==()
| bool Zivid::CameraHealth::Fan::Value::operator== |
( |
const Value & | other | ) |
const |
|
inline |
◆ reset()
| void Zivid::CameraHealth::Fan::Value::reset |
( |
| ) |
|
Reset the node to unset state.
◆ toString()
| std::string Zivid::CameraHealth::Fan::Value::toString |
( |
| ) |
const |
◆ validValues()
| std::set< ValueType > Zivid::CameraHealth::Fan::Value::validValues |
( |
| ) |
|
|
inlinestatic |
All valid values of Value.
◆ value()
| ValueType Zivid::CameraHealth::Fan::Value::value |
( |
| ) |
const |
Get the value.
If this object does not contain a value (see hasValue) then this method throws an exception.
◆ DataModel::Detail::Befriend< Value >
| friend struct DataModel::Detail::Befriend< Value > |
|
friend |
◆ operator<< [1/2]
| std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Value & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ operator<< [2/2]
| std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Value::ValueType & | value ) |
|
friend |
◆ description
| const char* Zivid::CameraHealth::Fan::Value::description |
|
staticconstexpr |
Initial value:{
R"description(Whether the fan is operating as expected, or stopped unexpectedly.)description"
}
The description for this value.
◆ name
| const char* Zivid::CameraHealth::Fan::Value::name { "Value" } |
|
staticconstexpr |
◆ nodeType
◆ ok
| const Value Zivid::CameraHealth::Fan::Value::ok |
|
static |
◆ path
| const char* Zivid::CameraHealth::Fan::Value::path { "Fan/Value" } |
|
staticconstexpr |
The full path for this value.
◆ unexpectedFanStop
| const Value Zivid::CameraHealth::Fan::Value::unexpectedFanStop |
|
static |
The documentation for this class was generated from the following file: