![]() |
Zivid C++ API 2.12.0+6afd4961-1
|
Capture time budget. This budget assumes a high-end computer meeting Zivid's recommendations. The actual capture time may differ, based on your computer's performance and (for Zivid 2 and 2+) your network connection speed. More...
#include <Zivid/CaptureAssistant/SuggestSettingsParameters.h>
Public Types | |
| using | ValueType = std::chrono::milliseconds |
| The type of the underlying value. | |
Public Member Functions | |
| MaxCaptureTime ()=default | |
| Default constructor. | |
| constexpr | MaxCaptureTime (std::chrono::milliseconds value) |
| Constructor. | |
| std::chrono::milliseconds | value () const |
| Get the value. | |
| std::string | toString () const |
| Get the value as string. | |
| bool | operator== (const MaxCaptureTime &other) const |
| Comparison operator. | |
| bool | operator!= (const MaxCaptureTime &other) const |
| Comparison operator. | |
| bool | operator< (const MaxCaptureTime &other) const |
| Comparison operator. | |
| bool | operator> (const MaxCaptureTime &other) const |
| Comparison operator. | |
| bool | operator<= (const MaxCaptureTime &other) const |
| Comparison operator. | |
| bool | operator>= (const MaxCaptureTime &other) const |
| Comparison operator. | |
Static Public Member Functions | |
| static constexpr Range< std::chrono::milliseconds > | validRange () |
| The range of valid values for MaxCaptureTime. | |
Static Public Attributes | |
| static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
| The type of this node. | |
| static constexpr const char * | path { "MaxCaptureTime" } |
| The full path for this value. | |
| static constexpr const char * | name { "MaxCaptureTime" } |
| The name of this value. | |
| static constexpr const char * | description |
| The description for this value. | |
Friends | |
| struct | DataModel::Detail::Befriend< MaxCaptureTime > |
| std::ostream & | operator<< (std::ostream &stream, const MaxCaptureTime &value) |
| Operator to serialize the value to a stream. | |
Capture time budget. This budget assumes a high-end computer meeting Zivid's recommendations. The actual capture time may differ, based on your computer's performance and (for Zivid 2 and 2+) your network connection speed.
| using Zivid::CaptureAssistant::SuggestSettingsParameters::MaxCaptureTime::ValueType = std::chrono::milliseconds |
The type of the underlying value.
|
default |
Default constructor.
|
inlineexplicitconstexpr |
Constructor.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
|
inline |
Comparison operator.
| std::string Zivid::CaptureAssistant::SuggestSettingsParameters::MaxCaptureTime::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The range of valid values for MaxCaptureTime.
| std::chrono::milliseconds Zivid::CaptureAssistant::SuggestSettingsParameters::MaxCaptureTime::value | ( | ) | const |
Get the value.
|
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.