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

General temperature. More...

#include <Zivid/CameraState.h>

Public Types

using ValueType = double
 The type of the underlying value.
 

Public Member Functions

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

Static Public Member Functions

static constexpr Range< doublevalidRange ()
 The range of valid values for General.
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node.
 
static constexpr const charpath { "Temperature/General" }
 The full path for this value.
 
static constexpr const charname { "General" }
 The name of this value.
 
static constexpr const chardescription { R"description(General temperature)description" }
 The description for this value.
 

Friends

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

Detailed Description

General temperature.

Member Typedef Documentation

◆ ValueType

The type of the underlying value.

Constructor & Destructor Documentation

◆ General() [1/2]

Zivid::CameraState::Temperature::General::General ( )
default

Default constructor.

◆ General() [2/2]

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

Constructor.

Member Function Documentation

◆ operator!=()

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

Comparison operator.

◆ operator<()

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

Comparison operator.

◆ operator<=()

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

Comparison operator.

◆ operator==()

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

Comparison operator.

◆ operator>()

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

Comparison operator.

◆ operator>=()

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

Comparison operator.

◆ toString()

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

Get the value as string.

◆ validRange()

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

The range of valid values for General.

◆ value()

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

Get the value.

Friends And Related Symbol Documentation

◆ DataModel::Detail::Befriend< General >

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

◆ operator<<

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

Operator to serialize the value to a stream.

Member Data Documentation

◆ description

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

The description for this value.

◆ name

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

The name of this value.

◆ nodeType

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

The type of this node.

◆ path

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

The full path for this value.


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