Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
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... | |
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... | |
Exposure time for each single image in the measurement. Affects frame rate.
using Zivid::Settings::Acquisition::ExposureTime::ValueType = std::chrono::microseconds |
The type of the underlying value
|
default |
Default constructor
|
inlineexplicitconstexpr |
Constructor
bool Zivid::Settings::Acquisition::ExposureTime::hasValue | ( | ) | const |
Check if the value is set
|
inline |
Comparison operator
|
inline |
Comparison operator
|
inline |
Comparison operator
|
inline |
Comparison operator
|
inline |
Comparison operator
|
inline |
Comparison operator
void Zivid::Settings::Acquisition::ExposureTime::reset | ( | ) |
Reset the node to unset state
std::string Zivid::Settings::Acquisition::ExposureTime::toString | ( | ) | const |
Get the value as string
|
inlinestaticconstexpr |
The range of valid values for ExposureTime
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.
|
friend |
|
friend |
Operator to serialize the value to a stream
|
staticconstexpr |
The description for this value
|
staticconstexpr |
The name of this value
|
staticconstexpr |
The type of this node
|
staticconstexpr |
The full path for this value