Zivid C++ API 2.12.0+6afd4961-1
|
Hardware revision of this camera. This corresponds to the revision string that is printed on the product label. More...
#include <Zivid/CameraInfo.h>
Public Types | |
using | ValueType = std::string |
The type of the underlying value. | |
Public Member Functions | |
HardwareRevision ()=default | |
Default constructor. | |
HardwareRevision (std::string value) | |
Constructor. | |
const std::string & | value () const |
Get the value. | |
std::string | toString () const |
Get the value as string. | |
bool | operator== (const HardwareRevision &other) const |
Comparison operator. | |
bool | operator!= (const HardwareRevision &other) const |
Comparison operator. | |
bool | operator< (const HardwareRevision &other) const |
Comparison operator. | |
bool | operator> (const HardwareRevision &other) const |
Comparison operator. | |
bool | operator<= (const HardwareRevision &other) const |
Comparison operator. | |
bool | operator>= (const HardwareRevision &other) const |
Comparison operator. | |
Static Public Member Functions | |
static constexpr Range< ValueType::size_type > | validSize () |
The valid sizes for HardwareRevision. | |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
The type of this node. | |
static constexpr const char * | path { "HardwareRevision" } |
The full path for this value. | |
static constexpr const char * | name { "HardwareRevision" } |
The name of this value. | |
static constexpr const char * | description |
The description for this value. | |
Friends | |
struct | DataModel::Detail::Befriend< HardwareRevision > |
std::ostream & | operator<< (std::ostream &stream, const HardwareRevision &value) |
Operator to serialize the value to a stream. | |
Hardware revision of this camera. This corresponds to the revision string that is printed on the product label.
using Zivid::CameraInfo::HardwareRevision::ValueType = std::string |
The type of the underlying value.
|
default |
Default constructor.
|
inlineexplicit |
Constructor.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
std::string Zivid::CameraInfo::HardwareRevision::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The valid sizes for HardwareRevision.
const std::string & Zivid::CameraInfo::HardwareRevision::value | ( | ) | const |
Get the value.
|
friend |
|
friend |
Operator to serialize the value to a stream.
The description for this value.
|
staticconstexpr |
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.