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::Temperature::PCB Class Reference

PCB temperature More...

#include <Zivid/CameraState.h>

Public Types

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

Public Member Functions

 PCB ()=default
 Default constructor More...
 
constexpr PCB (double value)
 Constructor More...
 
double value () const
 Get the value More...
 
std::string toString () const
 Get the value as string More...
 
bool operator== (const PCB &other) const
 Comparison operator More...
 
bool operator!= (const PCB &other) const
 Comparison operator More...
 
bool operator< (const PCB &other) const
 Comparison operator More...
 
bool operator> (const PCB &other) const
 Comparison operator More...
 

Static Public Member Functions

static constexpr Range< double > validRange ()
 The range of valid values for PCB More...
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node More...
 
static constexpr const char * path { "Temperature/PCB" }
 The full path for this value More...
 
static constexpr const char * name { "PCB" }
 The name of this value More...
 
static constexpr const char * description { R"description(PCB temperature)description" }
 The description for this value More...
 

Friends

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

Detailed Description

PCB temperature

Member Typedef Documentation

◆ ValueType

The type of the underlying value

Constructor & Destructor Documentation

◆ PCB() [1/2]

Zivid::CameraState::Temperature::PCB::PCB ( )
default

Default constructor

◆ PCB() [2/2]

constexpr Zivid::CameraState::Temperature::PCB::PCB ( double  value)
inlineexplicitconstexpr

Constructor

Member Function Documentation

◆ operator!=()

bool Zivid::CameraState::Temperature::PCB::operator!= ( const PCB other) const
inline

Comparison operator

◆ operator<()

bool Zivid::CameraState::Temperature::PCB::operator< ( const PCB other) const
inline

Comparison operator

◆ operator==()

bool Zivid::CameraState::Temperature::PCB::operator== ( const PCB other) const
inline

Comparison operator

◆ operator>()

bool Zivid::CameraState::Temperature::PCB::operator> ( const PCB other) const
inline

Comparison operator

◆ toString()

std::string Zivid::CameraState::Temperature::PCB::toString ( ) const

Get the value as string

◆ validRange()

static constexpr Range<double> Zivid::CameraState::Temperature::PCB::validRange ( )
inlinestaticconstexpr

The range of valid values for PCB

◆ value()

double Zivid::CameraState::Temperature::PCB::value ( ) const

Get the value

Friends And Related Function Documentation

◆ DataModel::Detail::Befriend< PCB >

friend struct DataModel::Detail::Befriend< PCB >
friend

◆ operator<<

std::ostream& operator<< ( std::ostream &  stream,
const PCB value 
)
friend

Operator to serialize the value to a stream

Member Data Documentation

◆ description

constexpr const char* Zivid::CameraState::Temperature::PCB::description { R"description(PCB temperature)description" }
staticconstexpr

The description for this value

◆ name

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

The name of this value

◆ nodeType

constexpr DataModel::NodeType Zivid::CameraState::Temperature::PCB::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node

◆ path

constexpr const char* Zivid::CameraState::Temperature::PCB::path { "Temperature/PCB" }
staticconstexpr

The full path for this value


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