Exposure time for each single image in the measurement. Affects frame rate.
More...
#include <Zivid/Settings.h>
|
using | ValueType = std::chrono::microseconds |
| The type of the underlying value.
|
|
Exposure time for each single image in the measurement. Affects frame rate.
◆ ValueType
The type of the underlying value.
◆ ExposureTime() [1/2]
Zivid::Settings::Acquisition::ExposureTime::ExposureTime |
( |
| ) |
|
|
default |
◆ ExposureTime() [2/2]
Zivid::Settings::Acquisition::ExposureTime::ExposureTime |
( |
std::chrono::microseconds | value | ) |
|
|
inlineexplicitconstexpr |
◆ 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 |
◆ operator<()
bool Zivid::Settings::Acquisition::ExposureTime::operator< |
( |
const ExposureTime & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::Settings::Acquisition::ExposureTime::operator<= |
( |
const ExposureTime & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::Settings::Acquisition::ExposureTime::operator== |
( |
const ExposureTime & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::Settings::Acquisition::ExposureTime::operator> |
( |
const ExposureTime & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::Settings::Acquisition::ExposureTime::operator>= |
( |
const ExposureTime & | other | ) |
const |
|
inline |
◆ reset()
void Zivid::Settings::Acquisition::ExposureTime::reset |
( |
| ) |
|
Reset the node to unset state.
◆ toString()
std::string Zivid::Settings::Acquisition::ExposureTime::toString |
( |
| ) |
const |
◆ validRange()
static constexpr Range< std::chrono::microseconds > Zivid::Settings::Acquisition::ExposureTime::validRange |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ 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.
◆ DataModel::Detail::Befriend< ExposureTime >
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const ExposureTime & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
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
const char* Zivid::Settings::Acquisition::ExposureTime::name { "ExposureTime" } |
|
staticconstexpr |
◆ nodeType
◆ path
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: