Zivid C++ API  2.4.2+1a2e8cfb-1
Defining the Future of 3D Machine Vision
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
Zivid::CameraState::Available Class Reference

Flag if camera is physically connected to the computer, but not connected in software. When the camera is in this state, you can call connect(). More...

#include <Zivid/CameraState.h>

Public Types

using ValueType = bool
 The type of the underlying value More...
 

Public Member Functions

 Available ()=default
 Default constructor More...
 
constexpr Available (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 Available &other) const
 Comparison operator More...
 
bool operator!= (const Available &other) const
 Comparison operator More...
 

Static Public Member Functions

static std::set< bool > validValues ()
 All valid values of Available More...
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node More...
 
static constexpr const char * path { "Available" }
 The full path for this value More...
 
static constexpr const char * name { "Available" }
 The name of this value More...
 
static constexpr const char * description
 The description for this value More...
 
static const Available yes
 On/enabled. More...
 
static const Available no
 Off/disabled. More...
 

Friends

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

Detailed Description

Flag if camera is physically connected to the computer, but not connected in software. When the camera is in this state, you can call connect().

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ Available() [1/2]

Zivid::CameraState::Available::Available ( )
default

Default constructor

◆ Available() [2/2]

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

Constructor

Member Function Documentation

◆ 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

Comparison operator

◆ operator==()

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

Comparison operator

◆ toString()

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

Get the value as string

◆ validValues()

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

All valid values of Available

◆ value()

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

Get the value

Friends And Related Function Documentation

◆ 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

Member Data Documentation

◆ description

constexpr const char* Zivid::CameraState::Available::description
staticconstexpr
Initial value:
{
R"description(Flag if camera is physically connected to the computer, but not connected in software. When the camera is in this state, you can call connect().)description"
}

The description for this value

◆ name

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

The name of this value

◆ no

const Available Zivid::CameraState::Available::no
static

Off/disabled.

◆ nodeType

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

The type of this node

◆ path

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

The full path for this value

◆ yes

const Available Zivid::CameraState::Available::yes
static

On/enabled.


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