Flag if camera is connected in software. This bool is true when the Status value is connected
. Zivid recommends to use the Status enum instead of this bool.
More...
#include <Zivid/CameraState.h>
|
using | ValueType = bool |
| The type of the underlying value.
|
|
Flag if camera is connected in software. This bool is true when the Status value is connected
. Zivid recommends to use the Status enum instead of this bool.
◆ ValueType
The type of the underlying value.
◆ Connected() [1/2]
Zivid::CameraState::Connected::Connected |
( |
| ) |
|
|
default |
◆ Connected() [2/2]
Zivid::CameraState::Connected::Connected |
( |
bool | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator bool()
Zivid::CameraState::Connected::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Convert to bool where appropriate.
◆ operator!=()
bool Zivid::CameraState::Connected::operator!= |
( |
const Connected & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::CameraState::Connected::operator== |
( |
const Connected & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::CameraState::Connected::toString |
( |
| ) |
const |
◆ validValues()
static std::set< bool > Zivid::CameraState::Connected::validValues |
( |
| ) |
|
|
inlinestatic |
◆ value()
bool Zivid::CameraState::Connected::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< Connected >
friend struct DataModel::Detail::Befriend< Connected > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Connected & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::CameraState::Connected::description |
|
staticconstexpr |
Initial value:{
R"description(Flag if camera is connected in software. This bool is true when the Status value is `connected`. Zivid
recommends to use the Status enum instead of this bool.
)description"
}
The description for this value.
◆ name
const char* Zivid::CameraState::Connected::name { "Connected" } |
|
staticconstexpr |
◆ no
const Connected Zivid::CameraState::Connected::no |
|
static |
◆ nodeType
◆ path
const char* Zivid::CameraState::Connected::path { "Connected" } |
|
staticconstexpr |
The full path for this value.
◆ yes
const Connected Zivid::CameraState::Connected::yes |
|
static |
The documentation for this class was generated from the following file: