![]() |
Zivid C++ API 2.18.0+1b44dbef-1
|
Average interval between successfully grabbed streamed frames. More...
#include <Zivid/Frame2DStreamStatistics.h>
Public Types | |
| using | ValueType = std::chrono::microseconds |
| The type of the underlying value. | |
Public Member Functions | |
| AverageGrabInterval ()=default | |
| Default constructor. | |
| constexpr | AverageGrabInterval (std::chrono::microseconds value) |
| Constructor. | |
| std::chrono::microseconds | value () const |
| Get the value. | |
| std::string | toString () const |
| Get the value as string. | |
| bool | operator== (const AverageGrabInterval &other) const |
| Comparison operator. | |
| bool | operator!= (const AverageGrabInterval &other) const |
| Comparison operator. | |
| bool | operator< (const AverageGrabInterval &other) const |
| Comparison operator. | |
| bool | operator> (const AverageGrabInterval &other) const |
| Comparison operator. | |
| bool | operator<= (const AverageGrabInterval &other) const |
| Comparison operator. | |
| bool | operator>= (const AverageGrabInterval &other) const |
| Comparison operator. | |
Static Public Member Functions | |
| static constexpr Range< std::chrono::microseconds > | validRange () |
| The range of valid values for AverageGrabInterval. | |
Static Public Attributes | |
| static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
| The type of this node. | |
| static constexpr const char * | path { "AverageGrabInterval" } |
| The full path for this value. | |
| static constexpr const char * | name { "AverageGrabInterval" } |
| The name of this value. | |
| static constexpr const char * | description |
| The description for this value. | |
Friends | |
| struct | DataModel::Detail::Befriend< AverageGrabInterval > |
| std::ostream & | operator<< (std::ostream &stream, const AverageGrabInterval &value) |
| Operator to serialize the value to a stream. | |
Average interval between successfully grabbed streamed frames.
| using Zivid::Frame2DStreamStatistics::AverageGrabInterval::ValueType = std::chrono::microseconds |
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::Frame2DStreamStatistics::AverageGrabInterval::toString | ( | ) | const |
Get the value as string.
|
inlinestaticconstexpr |
The range of valid values for AverageGrabInterval.
| std::chrono::microseconds Zivid::Frame2DStreamStatistics::AverageGrabInterval::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.