The time of frame capture.
More...
#include <Zivid/FrameInfo.h>
|
using | ValueType = std::chrono::system_clock::time_point |
| The type of the underlying value.
|
|
|
static constexpr DataModel::NodeType | nodeType = DataModel::NodeType::leafValue |
| The type of this node.
|
|
static constexpr const char * | path { "TimeStamp" } |
| The full path for this value.
|
|
static constexpr const char * | name { "TimeStamp" } |
| The name of this value.
|
|
static constexpr const char * | description { R"description(The time of frame capture)description" } |
| The description for this value.
|
|
The time of frame capture.
◆ ValueType
The type of the underlying value.
◆ TimeStamp() [1/2]
Zivid::FrameInfo::TimeStamp::TimeStamp |
( |
| ) |
|
|
default |
◆ TimeStamp() [2/2]
Zivid::FrameInfo::TimeStamp::TimeStamp |
( |
std::chrono::system_clock::time_point | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator!=()
bool Zivid::FrameInfo::TimeStamp::operator!= |
( |
const TimeStamp & | other | ) |
const |
|
inline |
◆ operator<()
bool Zivid::FrameInfo::TimeStamp::operator< |
( |
const TimeStamp & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::FrameInfo::TimeStamp::operator<= |
( |
const TimeStamp & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::FrameInfo::TimeStamp::operator== |
( |
const TimeStamp & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::FrameInfo::TimeStamp::operator> |
( |
const TimeStamp & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::FrameInfo::TimeStamp::operator>= |
( |
const TimeStamp & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::FrameInfo::TimeStamp::toString |
( |
| ) |
const |
◆ validRange()
static constexpr Range< std::chrono::system_clock::time_point > Zivid::FrameInfo::TimeStamp::validRange |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ value()
std::chrono::system_clock::time_point Zivid::FrameInfo::TimeStamp::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< TimeStamp >
friend struct DataModel::Detail::Befriend< TimeStamp > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const TimeStamp & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::FrameInfo::TimeStamp::description { R"description(The time of frame capture)description" } |
|
staticconstexpr |
The description for this value.
◆ name
const char* Zivid::FrameInfo::TimeStamp::name { "TimeStamp" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::FrameInfo::TimeStamp::path { "TimeStamp" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: