The aggregated severity across all checks, taking the highest-precedence severity among them. Precedence from highest to lowest is Error, Unknown, Suboptimal, OK: a failing check is the most important to surface, and a check whose outcome could not be determined (Unknown) takes precedence over a Suboptimal one.
More...
#include <Zivid/CameraHealth.h>
The aggregated severity across all checks, taking the highest-precedence severity among them. Precedence from highest to lowest is Error, Unknown, Suboptimal, OK: a failing check is the most important to surface, and a check whose outcome could not be determined (Unknown) takes precedence over a Suboptimal one.
◆ ValueType
The type of the underlying value.
| Enumerator |
|---|
| ok | |
| suboptimal | |
| error | |
| unknown | |
◆ Overall() [1/2]
| Zivid::CameraHealth::Overall::Overall |
( |
| ) |
|
|
default |
◆ Overall() [2/2]
| Zivid::CameraHealth::Overall::Overall |
( |
ValueType | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator!=()
| bool Zivid::CameraHealth::Overall::operator!= |
( |
const Overall & | other | ) |
const |
|
inline |
◆ operator==()
| bool Zivid::CameraHealth::Overall::operator== |
( |
const Overall & | other | ) |
const |
|
inline |
◆ toString()
| std::string Zivid::CameraHealth::Overall::toString |
( |
| ) |
const |
◆ validValues()
| std::set< ValueType > Zivid::CameraHealth::Overall::validValues |
( |
| ) |
|
|
inlinestatic |
◆ value()
| ValueType Zivid::CameraHealth::Overall::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< Overall >
| friend struct DataModel::Detail::Befriend< Overall > |
|
friend |
◆ operator<< [1/2]
| std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Overall & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ operator<< [2/2]
◆ description
| const char* Zivid::CameraHealth::Overall::description |
|
staticconstexpr |
Initial value:{
R"description(The aggregated severity across all checks, taking the
highest-precedence severity among them. Precedence from highest to
lowest is Error, Unknown, Suboptimal, OK: a failing check is the
most important to surface, and a check whose outcome could not be
determined (Unknown) takes precedence over a Suboptimal one.
)description"
}
The description for this value.
◆ error
| const Overall Zivid::CameraHealth::Overall::error |
|
static |
◆ name
| const char* Zivid::CameraHealth::Overall::name { "Overall" } |
|
staticconstexpr |
◆ nodeType
◆ ok
| const Overall Zivid::CameraHealth::Overall::ok |
|
static |
◆ path
| const char* Zivid::CameraHealth::Overall::path { "Overall" } |
|
staticconstexpr |
The full path for this value.
◆ suboptimal
| const Overall Zivid::CameraHealth::Overall::suboptimal |
|
static |
◆ unknown
| const Overall Zivid::CameraHealth::Overall::unknown |
|
static |
The documentation for this class was generated from the following file: