Zivid C++ API 2.12.0+6afd4961-1
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraInfo::Revision::Minor Class Reference

Minor 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

 Minor ()=default
 Default constructor.
 
constexpr Minor (uint32_t value)
 Constructor.
 
uint32_t value () const
 Get the value.
 
std::string toString () const
 Get the value as string.
 
bool operator== (const Minor &other) const
 Comparison operator.
 
bool operator!= (const Minor &other) const
 Comparison operator.
 
bool operator< (const Minor &other) const
 Comparison operator.
 
bool operator> (const Minor &other) const
 Comparison operator.
 
bool operator<= (const Minor &other) const
 Comparison operator.
 
bool operator>= (const Minor &other) const
 Comparison operator.
 

Static Public Member Functions

static constexpr Range< uint32_tvalidRange ()
 The range of valid values for Minor.
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node.
 
static constexpr const charpath { "Revision/Minor" }
 The full path for this value.
 
static constexpr const charname { "Minor" }
 The name of this value.
 
static constexpr const chardescription
 The description for this value.
 

Friends

struct DataModel::Detail::Befriend< Minor >
 
std::ostream & operator<< (std::ostream &stream, const Minor &value)
 Operator to serialize the value to a stream.
 

Detailed Description

Minor hardware revision number. This field is deprecated and may be removed in a future version of the SDK. Please use HardwareRevision instead.

Member Typedef Documentation

◆ ValueType

The type of the underlying value.

Constructor & Destructor Documentation

◆ Minor() [1/2]

Zivid::CameraInfo::Revision::Minor::Minor ( )
default

Default constructor.

◆ Minor() [2/2]

constexpr Zivid::CameraInfo::Revision::Minor::Minor ( uint32_t value)
inlineexplicitconstexpr

Constructor.

Member Function Documentation

◆ operator!=()

bool Zivid::CameraInfo::Revision::Minor::operator!= ( const Minor & other) const
inline

Comparison operator.

◆ operator<()

bool Zivid::CameraInfo::Revision::Minor::operator< ( const Minor & other) const
inline

Comparison operator.

◆ operator<=()

bool Zivid::CameraInfo::Revision::Minor::operator<= ( const Minor & other) const
inline

Comparison operator.

◆ operator==()

bool Zivid::CameraInfo::Revision::Minor::operator== ( const Minor & other) const
inline

Comparison operator.

◆ operator>()

bool Zivid::CameraInfo::Revision::Minor::operator> ( const Minor & other) const
inline

Comparison operator.

◆ operator>=()

bool Zivid::CameraInfo::Revision::Minor::operator>= ( const Minor & other) const
inline

Comparison operator.

◆ toString()

std::string Zivid::CameraInfo::Revision::Minor::toString ( ) const

Get the value as string.

◆ validRange()

static constexpr Range< uint32_t > Zivid::CameraInfo::Revision::Minor::validRange ( )
inlinestaticconstexpr

The range of valid values for Minor.

◆ value()

uint32_t Zivid::CameraInfo::Revision::Minor::value ( ) const

Get the value.

Friends And Related Symbol Documentation

◆ DataModel::Detail::Befriend< Minor >

friend struct DataModel::Detail::Befriend< Minor >
friend

◆ operator<<

std::ostream & operator<< ( std::ostream & stream,
const Minor & value )
friend

Operator to serialize the value to a stream.

Member Data Documentation

◆ description

constexpr const char* Zivid::CameraInfo::Revision::Minor::description
staticconstexpr
Initial value:
{
R"description(Minor hardware revision number. This field is deprecated and may be removed in a future version
of the SDK. Please use HardwareRevision instead.
)description"
}

The description for this value.

◆ name

constexpr const char* Zivid::CameraInfo::Revision::Minor::name { "Minor" }
staticconstexpr

The name of this value.

◆ nodeType

constexpr DataModel::NodeType Zivid::CameraInfo::Revision::Minor::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node.

◆ path

constexpr const char* Zivid::CameraInfo::Revision::Minor::path { "Revision/Minor" }
staticconstexpr

The full path for this value.


The documentation for this class was generated from the following file: