Zivid C++ API 2.12.0+6afd4961-1
|
Major hardware revision number. This field is deprecated and may be removed in a future version of the SDK. Please use HardwareRevision instead. More...
#include <Zivid/CameraInfo.h>
Public Types | |
using | ValueType = uint32_t |
The type of the underlying value. | |
Public Member Functions | |
Major ()=default | |
Default constructor. | |
constexpr | Major (uint32_t value) |
Constructor. | |
uint32_t | value () const |
Get the value. | |
std::string | toString () const |
Get the value as string. | |
bool | operator== (const Major &other) const |
Comparison operator. | |
bool | operator!= (const Major &other) const |
Comparison operator. | |
bool | operator< (const Major &other) const |
Comparison operator. | |
bool | operator> (const Major &other) const |
Comparison operator. | |
bool | operator<= (const Major &other) const |
Comparison operator. | |
bool | operator>= (const Major &other) const |
Comparison operator. | |
Static Public Member Functions | |
static constexpr Range< uint32_t > | validRange () |
The range of valid values for Major. | |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
The type of this node. | |
static constexpr const char * | path { "Revision/Major" } |
The full path for this value. | |
static constexpr const char * | name { "Major" } |
The name of this value. | |
static constexpr const char * | description |
The description for this value. | |
Friends | |
struct | DataModel::Detail::Befriend< Major > |
std::ostream & | operator<< (std::ostream &stream, const Major &value) |
Operator to serialize the value to a stream. | |
Major hardware revision number. This field is deprecated and may be removed in a future version of the SDK. Please use HardwareRevision instead.
The type of the underlying value.
|
default |
Default constructor.
Constructor.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
Comparison operator.
std::string Zivid::CameraInfo::Revision::Major::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The range of valid values for Major.
uint32_t Zivid::CameraInfo::Revision::Major::value | ( | ) | const |
Get the value.
Operator to serialize the value to a stream.
The description for this value.
The name of this value.
|
staticconstexpr |
The type of this node.
The full path for this value.