The serial number of the camera.
More...
#include <Zivid/CameraInfo.h>
|
using | ValueType = std::string |
| The type of the underlying value.
|
|
|
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
| The type of this node.
|
|
static constexpr const char * | path { "SerialNumber" } |
| The full path for this value.
|
|
static constexpr const char * | name { "SerialNumber" } |
| The name of this value.
|
|
static constexpr const char * | description { R"description(The serial number of the camera)description" } |
| The description for this value.
|
|
The serial number of the camera.
◆ ValueType
The type of the underlying value.
◆ SerialNumber() [1/2]
Zivid::CameraInfo::SerialNumber::SerialNumber |
( |
| ) |
|
|
default |
◆ SerialNumber() [2/2]
Zivid::CameraInfo::SerialNumber::SerialNumber |
( |
std::string | value | ) |
|
|
inlineexplicit |
◆ operator!=()
bool Zivid::CameraInfo::SerialNumber::operator!= |
( |
const SerialNumber & | other | ) |
const |
|
inline |
◆ operator<()
bool Zivid::CameraInfo::SerialNumber::operator< |
( |
const SerialNumber & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::CameraInfo::SerialNumber::operator<= |
( |
const SerialNumber & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::CameraInfo::SerialNumber::operator== |
( |
const SerialNumber & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::CameraInfo::SerialNumber::operator> |
( |
const SerialNumber & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::CameraInfo::SerialNumber::operator>= |
( |
const SerialNumber & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::CameraInfo::SerialNumber::toString |
( |
| ) |
const |
◆ validSize()
static constexpr Range< ValueType::size_type > Zivid::CameraInfo::SerialNumber::validSize |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ value()
const std::string & Zivid::CameraInfo::SerialNumber::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< SerialNumber >
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const SerialNumber & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::CameraInfo::SerialNumber::description { R"description(The serial number of the camera)description" } |
|
staticconstexpr |
The description for this value.
◆ name
const char* Zivid::CameraInfo::SerialNumber::name { "SerialNumber" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::CameraInfo::SerialNumber::path { "SerialNumber" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: