The model name of the camera. This is a user-friendly display name that may contain spaces and special characters. We recommend to use Model
instead if you want to programmatically check for camera model.
More...
#include <Zivid/CameraInfo.h>
|
using | ValueType = std::string |
| The type of the underlying value.
|
|
The model name of the camera. This is a user-friendly display name that may contain spaces and special characters. We recommend to use Model
instead if you want to programmatically check for camera model.
◆ ValueType
The type of the underlying value.
◆ ModelName() [1/2]
Zivid::CameraInfo::ModelName::ModelName |
( |
| ) |
|
|
default |
◆ ModelName() [2/2]
Zivid::CameraInfo::ModelName::ModelName |
( |
std::string | value | ) |
|
|
inlineexplicit |
◆ operator!=()
bool Zivid::CameraInfo::ModelName::operator!= |
( |
const ModelName & | other | ) |
const |
|
inline |
◆ operator<()
bool Zivid::CameraInfo::ModelName::operator< |
( |
const ModelName & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::CameraInfo::ModelName::operator<= |
( |
const ModelName & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::CameraInfo::ModelName::operator== |
( |
const ModelName & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::CameraInfo::ModelName::operator> |
( |
const ModelName & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::CameraInfo::ModelName::operator>= |
( |
const ModelName & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::CameraInfo::ModelName::toString |
( |
| ) |
const |
◆ validSize()
static constexpr Range< ValueType::size_type > Zivid::CameraInfo::ModelName::validSize |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ value()
const std::string & Zivid::CameraInfo::ModelName::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< ModelName >
friend struct DataModel::Detail::Befriend< ModelName > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const ModelName & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::CameraInfo::ModelName::description |
|
staticconstexpr |
Initial value:{
R"description(The model name of the camera. This is a user-friendly display name that may contain spaces and special
characters. We recommend to use `Model` instead if you want to programmatically check for camera model.
)description"
}
The description for this value.
◆ name
const char* Zivid::CameraInfo::ModelName::name { "ModelName" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::CameraInfo::ModelName::path { "ModelName" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: