Zivid C++ API 2.12.0+6afd4961-1
|
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. | |
Public Member Functions | |
ExposureTime ()=default | |
Default constructor. | |
constexpr | ExposureTime (std::chrono::microseconds value) |
Constructor. | |
std::chrono::microseconds | value () const |
Get the value. | |
bool | hasValue () const |
Check if the value is set. | |
void | reset () |
Reset the node to unset state. | |
std::string | toString () const |
Get the value as string. | |
bool | operator== (const ExposureTime &other) const |
Comparison operator. | |
bool | operator!= (const ExposureTime &other) const |
Comparison operator. | |
bool | operator< (const ExposureTime &other) const |
Comparison operator. | |
bool | operator> (const ExposureTime &other) const |
Comparison operator. | |
bool | operator<= (const ExposureTime &other) const |
Comparison operator. | |
bool | operator>= (const ExposureTime &other) const |
Comparison operator. | |
Static Public Member Functions | |
static constexpr Range< std::chrono::microseconds > | validRange () |
The range of valid values for ExposureTime. | |
Static Public Attributes | |
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
The type of this node. | |
static constexpr const char * | path { "Acquisition/ExposureTime" } |
The full path for this value. | |
static constexpr const char * | name { "ExposureTime" } |
The name of this value. | |
static constexpr const char * | description |
The description for this value. | |
Friends | |
struct | DataModel::Detail::Befriend< ExposureTime > |
std::ostream & | operator<< (std::ostream &stream, const ExposureTime &value) |
Operator to serialize the value to a stream. | |
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.
The description for this value.
|
staticconstexpr |
The name of this value.
|
staticconstexpr |
The type of this node.
|
staticconstexpr |
The full path for this value.