Zivid C++ API 2.7.0+e31dcbe2-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::Settings::Acquisition::ExposureTime Class Reference

Exposure time for each single image in the measurement. Affects frame rate. More...

#include <Zivid/Settings.h>

Public Types

using ValueType = std::chrono::microseconds
 The type of the underlying value More...
 

Public Member Functions

 ExposureTime ()=default
 Default constructor More...
 
constexpr ExposureTime (std::chrono::microseconds value)
 Constructor More...
 
std::chrono::microseconds value () const
 Get the value More...
 
bool hasValue () const
 Check if the value is set More...
 
void reset ()
 Reset the node to unset state More...
 
std::string toString () const
 Get the value as string More...
 
bool operator== (const ExposureTime &other) const
 Comparison operator More...
 
bool operator!= (const ExposureTime &other) const
 Comparison operator More...
 
bool operator< (const ExposureTime &other) const
 Comparison operator More...
 
bool operator> (const ExposureTime &other) const
 Comparison operator More...
 

Static Public Member Functions

static constexpr Range< std::chrono::microseconds > validRange ()
 The range of valid values for ExposureTime More...
 

Static Public Attributes

static constexpr DataModel::NodeType nodeType = DataModel::NodeType::leafValue
 The type of this node More...
 
static constexpr const char * path { "Acquisition/ExposureTime" }
 The full path for this value More...
 
static constexpr const char * name { "ExposureTime" }
 The name of this value More...
 
static constexpr const char * description
 The description for this value More...
 

Friends

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

Detailed Description

Exposure time for each single image in the measurement. Affects frame rate.

Member Typedef Documentation

◆ ValueType

using Zivid::Settings::Acquisition::ExposureTime::ValueType = std::chrono::microseconds

The type of the underlying value

Constructor & Destructor Documentation

◆ ExposureTime() [1/2]

Zivid::Settings::Acquisition::ExposureTime::ExposureTime ( )
default

Default constructor

◆ ExposureTime() [2/2]

constexpr Zivid::Settings::Acquisition::ExposureTime::ExposureTime ( std::chrono::microseconds  value)
inlineexplicitconstexpr

Constructor

Member Function Documentation

◆ hasValue()

bool Zivid::Settings::Acquisition::ExposureTime::hasValue ( ) const

Check if the value is set

◆ operator!=()

bool Zivid::Settings::Acquisition::ExposureTime::operator!= ( const ExposureTime other) const
inline

Comparison operator

◆ operator<()

bool Zivid::Settings::Acquisition::ExposureTime::operator< ( const ExposureTime other) const
inline

Comparison operator

◆ operator==()

bool Zivid::Settings::Acquisition::ExposureTime::operator== ( const ExposureTime other) const
inline

Comparison operator

◆ operator>()

bool Zivid::Settings::Acquisition::ExposureTime::operator> ( const ExposureTime other) const
inline

Comparison operator

◆ reset()

void Zivid::Settings::Acquisition::ExposureTime::reset ( )

Reset the node to unset state

◆ toString()

std::string Zivid::Settings::Acquisition::ExposureTime::toString ( ) const

Get the value as string

◆ validRange()

static constexpr Range< std::chrono::microseconds > Zivid::Settings::Acquisition::ExposureTime::validRange ( )
inlinestaticconstexpr

The range of valid values for ExposureTime

◆ value()

std::chrono::microseconds Zivid::Settings::Acquisition::ExposureTime::value ( ) const

Get the value

If this object does not contain a value (see hasValue) then this method throws an exception.

Friends And Related Function Documentation

◆ DataModel::Detail::Befriend< ExposureTime >

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

◆ operator<<

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

Operator to serialize the value to a stream

Member Data Documentation

◆ description

constexpr const char* Zivid::Settings::Acquisition::ExposureTime::description
staticconstexpr
Initial value:
{
R"description(Exposure time for each single image in the measurement. Affects frame rate.)description"
}

The description for this value

◆ name

constexpr const char* Zivid::Settings::Acquisition::ExposureTime::name { "ExposureTime" }
staticconstexpr

The name of this value

◆ nodeType

constexpr DataModel::NodeType Zivid::Settings::Acquisition::ExposureTime::nodeType = DataModel::NodeType::leafValue
staticconstexpr

The type of this node

◆ path

constexpr const char* Zivid::Settings::Acquisition::ExposureTime::path { "Acquisition/ExposureTime" }
staticconstexpr

The full path for this value


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