Camera live status
More...
#include <CameraState.h>
|
static const Live | yes |
| On/enabled.
|
|
static const Live | no |
| Off/disabled.
|
|
static constexpr bool | isContainer {false} |
| Check if it contains child members More...
|
|
static constexpr const char * | path {"Live"} |
| Get the path More...
|
|
static constexpr const char * | name {"Live"} |
| Get the name More...
|
|
◆ ValueType
The type of the underlying value
◆ Live() [1/2]
Zivid::CameraState::Live::Live |
( |
| ) |
|
|
default |
◆ Live() [2/2]
constexpr Zivid::CameraState::Live::Live |
( |
ValueType |
value | ) |
|
|
inlineexplicitnoexcept |
◆ operator bool()
Zivid::CameraState::Live::operator bool |
( |
| ) |
const |
|
inlineexplicit |
Convert to bool where appropriate
◆ operator!=()
bool Zivid::CameraState::Live::operator!= |
( |
const Live & |
other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::CameraState::Live::operator== |
( |
const Live & |
other | ) |
const |
|
inline |
◆ setFromString()
void Zivid::CameraState::Live::setFromString |
( |
const std::string & |
value | ) |
|
|
inline |
Set the value from string
◆ toString()
std::string Zivid::CameraState::Live::toString |
( |
| ) |
const |
|
inline |
◆ value()
const ValueType& Zivid::CameraState::Live::value |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const Live & |
value |
|
) |
| |
|
friend |
Operator to serialize the value to a stream
◆ operator>>
std::istream& operator>> |
( |
std::istream & |
stream, |
|
|
Live & |
value |
|
) |
| |
|
friend |
Operator to set the value from a stream
◆ isContainer
constexpr bool Zivid::CameraState::Live::isContainer {false} |
|
static |
Check if it contains child members
◆ name
constexpr const char* Zivid::CameraState::Live::name {"Live"} |
|
static |
◆ path
constexpr const char* Zivid::CameraState::Live::path {"Live"} |
|
static |
The documentation for this class was generated from the following file: