Flag if camera is physically connected to the computer and is available for use, but not connected in software. This corresponds to the Status enums available
or firmwareUpdateRequired
. 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 physically connected to the computer and is available for use, but not connected in software. This corresponds to the Status enums available
or firmwareUpdateRequired
. Zivid recommends to use the Status enum instead of this bool.
◆ ValueType
The type of the underlying value.
◆ Available() [1/2]
Zivid::CameraState::Available::Available |
( |
| ) |
|
|
default |
◆ Available() [2/2]
Zivid::CameraState::Available::Available |
( |
bool | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator bool()
Zivid::CameraState::Available::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Convert to bool where appropriate.
◆ operator!=()
bool Zivid::CameraState::Available::operator!= |
( |
const Available & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::CameraState::Available::operator== |
( |
const Available & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::CameraState::Available::toString |
( |
| ) |
const |
◆ validValues()
static std::set< bool > Zivid::CameraState::Available::validValues |
( |
| ) |
|
|
inlinestatic |
◆ value()
bool Zivid::CameraState::Available::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< Available >
friend struct DataModel::Detail::Befriend< Available > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const Available & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::CameraState::Available::description |
|
staticconstexpr |
Initial value:{
R"description(Flag if camera is physically connected to the computer and is available for use, but not connected in
software. This corresponds to the Status enums `available` or `firmwareUpdateRequired`. Zivid
recommends to use the Status enum instead of this bool.
)description"
}
The description for this value.
◆ name
const char* Zivid::CameraState::Available::name { "Available" } |
|
staticconstexpr |
◆ no
const Available Zivid::CameraState::Available::no |
|
static |
◆ nodeType
◆ path
const char* Zivid::CameraState::Available::path { "Available" } |
|
staticconstexpr |
The full path for this value.
◆ yes
const Available Zivid::CameraState::Available::yes |
|
static |
The documentation for this class was generated from the following file: