Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
Flag if camera is connected in software More...
#include <Zivid/CameraState.h>
Public Types | |
using | ValueType = bool |
The type of the underlying value More... | |
Public Member Functions | |
Connected ()=default | |
Default constructor More... | |
constexpr | Connected (bool value) |
Constructor More... | |
bool | value () const |
Get the value More... | |
std::string | toString () const |
Get the value as string More... | |
operator bool () const | |
Convert to bool where appropriate More... | |
bool | operator== (const Connected &other) const |
Comparison operator More... | |
bool | operator!= (const Connected &other) const |
Comparison operator More... | |
Static Public Member Functions | |
static std::set< bool > | validValues () |
All valid values of Connected More... | |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
The type of this node More... | |
static constexpr const char * | path { "Connected" } |
The full path for this value More... | |
static constexpr const char * | name { "Connected" } |
The name of this value More... | |
static constexpr const char * | description |
The description for this value More... | |
static const Connected | yes |
On/enabled. More... | |
static const Connected | no |
Off/disabled. More... | |
Friends | |
struct | DataModel::Detail::Befriend< Connected > |
std::ostream & | operator<< (std::ostream &stream, const Connected &value) |
Operator to serialize the value to a stream More... | |
Flag if camera is connected in software
using Zivid::CameraState::Connected::ValueType = bool |
The type of the underlying value
|
default |
Default constructor
|
inlineexplicitconstexpr |
Constructor
|
inlineexplicit |
Convert to bool where appropriate
|
inline |
Comparison operator
|
inline |
Comparison operator
std::string Zivid::CameraState::Connected::toString | ( | ) | const |
Get the value as string
|
inlinestatic |
All valid values of Connected
bool Zivid::CameraState::Connected::value | ( | ) | const |
Get the value
|
friend |
|
friend |
Operator to serialize the value to a stream
|
staticconstexpr |
The description for this value
|
staticconstexpr |
The name of this value
|
static |
Off/disabled.
|
staticconstexpr |
The type of this node
|
staticconstexpr |
The full path for this value
|
static |
On/enabled.