Number of memory errors detected by the memory test.
More...
#include <Zivid/CameraHealth.h>
|
| using | ValueType = uint32_t |
| | The type of the underlying value.
|
|
| | Value ()=default |
| | Default constructor.
|
| constexpr | Value (uint32_t value) |
| | Constructor.
|
| uint32_t | value () const |
| | Get the value.
|
| bool | hasValue () const |
| | Check if the value is set.
|
| void | reset () |
| | Reset the node to unset state.
|
| std::string | toString () const |
| | Get the value as string.
|
| bool | operator== (const Value &other) const |
| | Comparison operator.
|
| bool | operator!= (const Value &other) const |
| | Comparison operator.
|
| bool | operator< (const Value &other) const |
| | Comparison operator.
|
| bool | operator> (const Value &other) const |
| | Comparison operator.
|
| bool | operator<= (const Value &other) const |
| | Comparison operator.
|
| bool | operator>= (const Value &other) const |
| | Comparison operator.
|
Number of memory errors detected by the memory test.
◆ ValueType
The type of the underlying value.
◆ Value() [1/2]
| Zivid::CameraHealth::Memory::Value::Value |
( |
| ) |
|
|
default |
◆ Value() [2/2]
| Zivid::CameraHealth::Memory::Value::Value |
( |
uint32_t | value | ) |
|
|
inlineexplicitconstexpr |
◆ hasValue()
| bool Zivid::CameraHealth::Memory::Value::hasValue |
( |
| ) |
const |
Check if the value is set.
◆ operator!=()
| bool Zivid::CameraHealth::Memory::Value::operator!= |
( |
const Value & | other | ) |
const |
|
inline |
◆ operator<()
| bool Zivid::CameraHealth::Memory::Value::operator< |
( |
const Value & | other | ) |
const |
|
inline |
◆ operator<=()
| bool Zivid::CameraHealth::Memory::Value::operator<= |
( |
const Value & | other | ) |
const |
|
inline |
◆ operator==()
| bool Zivid::CameraHealth::Memory::Value::operator== |
( |
const Value & | other | ) |
const |
|
inline |
◆ operator>()
| bool Zivid::CameraHealth::Memory::Value::operator> |
( |
const Value & | other | ) |
const |
|
inline |
◆ operator>=()
| bool Zivid::CameraHealth::Memory::Value::operator>= |
( |
const Value & | other | ) |
const |
|
inline |
◆ reset()
| void Zivid::CameraHealth::Memory::Value::reset |
( |
| ) |
|
Reset the node to unset state.
◆ toString()
| std::string Zivid::CameraHealth::Memory::Value::toString |
( |
| ) |
const |
◆ validRange()
| constexpr Range< uint32_t > Zivid::CameraHealth::Memory::Value::validRange |
( |
| ) |
|
|
inlinestaticconstexpr |
The range of valid values for Value.
◆ value()
| uint32_t Zivid::CameraHealth::Memory::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<<
| std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Value & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
| const char* Zivid::CameraHealth::Memory::Value::description |
|
staticconstexpr |
Initial value:{
R"description(Number of memory errors detected by the memory test.)description"
}
The description for this value.
◆ name
| const char* Zivid::CameraHealth::Memory::Value::name { "Value" } |
|
staticconstexpr |
◆ nodeType
◆ path
| const char* Zivid::CameraHealth::Memory::Value::path { "Memory/Value" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: