![]() |
Zivid C++ API 2.18.0+1b44dbef-1
|
Severity of the max transfer speed check. More...
#include <Zivid/CameraHealth.h>
Public Types | |
| enum class | ValueType { ok , suboptimal , error , unknown } |
| The type of the underlying value. More... | |
Public Member Functions | |
| Status ()=default | |
| Default constructor. | |
| constexpr | Status (ValueType value) |
| Constructor. | |
| ValueType | value () const |
| Get the value. | |
| std::string | toString () const |
| Get the value as string. | |
| bool | operator== (const Status &other) const |
| Comparison operator. | |
| bool | operator!= (const Status &other) const |
| Comparison operator. | |
Static Public Member Functions | |
| static std::set< ValueType > | validValues () |
| All valid values of Status. | |
Static Public Attributes | |
| static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
| The type of this node. | |
| static constexpr const char * | path { "MaxTransferSpeed/Status" } |
| The full path for this value. | |
| static constexpr const char * | name { "Status" } |
| The name of this value. | |
| static constexpr const char * | description |
| The description for this value. | |
| static const Status | ok |
| ok | |
| static const Status | suboptimal |
| suboptimal | |
| static const Status | error |
| error | |
| static const Status | unknown |
| unknown | |
Friends | |
| struct | DataModel::Detail::Befriend< Status > |
| std::ostream & | operator<< (std::ostream &stream, const Status::ValueType &value) |
| Operator to serialize ValueType to a stream. | |
| std::ostream & | operator<< (std::ostream &stream, const Status &value) |
| Operator to serialize the value to a stream. | |
Severity of the max transfer speed check.
|
strong |
|
default |
Default constructor.
|
inlineexplicitconstexpr |
Constructor.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
| std::string Zivid::CameraHealth::MaxTransferSpeed::Status::toString | ( | ) | const |
Get the value as string.
|
inlinestatic |
All valid values of Status.
| ValueType Zivid::CameraHealth::MaxTransferSpeed::Status::value | ( | ) | const |
Get the value.
|
friend |
|
friend |
Operator to serialize the value to a stream.
|
friend |
Operator to serialize ValueType to a stream.
|
staticconstexpr |
The description for this value.
|
static |
error
|
staticconstexpr |
The name of this value.
|
staticconstexpr |
The type of this node.
|
static |
ok
|
staticconstexpr |
The full path for this value.
|
static |
suboptimal
|
static |
unknown