#include <Timestamp.hpp>
Public Member Functions | |
std::chrono::time_point< std::chrono::steady_clock, std::chrono::steady_clock::duration > | get () const |
Public Attributes | |
int64_t | nsec = 0 |
int64_t | sec = 0 |
Timestamp structure.
Definition at line 12 of file Timestamp.hpp.
|
inline |
Definition at line 14 of file Timestamp.hpp.
int64_t dai::Timestamp::nsec = 0 |
Definition at line 13 of file Timestamp.hpp.
int64_t dai::Timestamp::sec = 0 |
Definition at line 13 of file Timestamp.hpp.