Zivid C++ API 2.11.1+de9b5dae-1
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraState::Connected Class Reference

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>

Public Types

using ValueType = bool
 The type of the underlying value.
 

Public Member Functions

 Connected ()=default
 Default constructor.
 
constexpr Connected (bool value)
 Constructor.
 
bool value () const
 Get the value.
 
std::string toString () const
 Get the value as string.
 
 operator bool () const
 Convert to bool where appropriate.
 
bool operator== (const Connected &other) const
 Comparison operator.
 
bool operator!= (const Connected &other) const
 Comparison operator.
 

Static Public Member Functions

static std::set< boolvalidValues ()
 All valid values of Connected.
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node.
 
static constexpr const charpath { "Connected" }
 The full path for this value.
 
static constexpr const charname { "Connected" }
 The name of this value.
 
static constexpr const chardescription
 The description for this value.
 
static const Connected yes
 On/enabled.
 
static const Connected no
 Off/disabled.
 

Friends

struct DataModel::Detail::Befriend< Connected >
 
std::ostream & operator<< (std::ostream &stream, const Connected &value)
 Operator to serialize the value to a stream.
 

Detailed 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.

Member Typedef Documentation

◆ ValueType

The type of the underlying value.

Constructor & Destructor Documentation

◆ Connected() [1/2]

Zivid::CameraState::Connected::Connected ( )
default

Default constructor.

◆ Connected() [2/2]

constexpr Zivid::CameraState::Connected::Connected ( bool  value)
inlineexplicitconstexpr

Constructor.

Member Function Documentation

◆ 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

Comparison operator.

◆ operator==()

bool Zivid::CameraState::Connected::operator== ( const Connected other) const
inline

Comparison operator.

◆ toString()

std::string Zivid::CameraState::Connected::toString ( ) const

Get the value as string.

◆ validValues()

static std::set< bool > Zivid::CameraState::Connected::validValues ( )
inlinestatic

All valid values of Connected.

◆ value()

bool Zivid::CameraState::Connected::value ( ) const

Get the value.

Friends And Related Symbol Documentation

◆ 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.

Member Data Documentation

◆ description

constexpr 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

constexpr const char* Zivid::CameraState::Connected::name { "Connected" }
staticconstexpr

The name of this value.

◆ no

const Connected Zivid::CameraState::Connected::no
static

Off/disabled.

◆ nodeType

constexpr DataModel::NodeType Zivid::CameraState::Connected::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node.

◆ path

constexpr const char* Zivid::CameraState::Connected::path { "Connected" }
staticconstexpr

The full path for this value.

◆ yes

const Connected Zivid::CameraState::Connected::yes
static

On/enabled.


The documentation for this class was generated from the following file: