20 typedef std::chrono::microseconds::rep rep;
21 typedef std::chrono::microseconds::period period;
22 typedef std::chrono::microseconds duration;
23 typedef std::chrono::time_point<fpga_clock> time_point;
25 static fpga_clock::time_point now() noexcept;
26 static constexpr
bool is_steady =
true;
28 static fpga_clock::time_point epoch() noexcept {
return time_point(zero()); }
30 static fpga_clock::duration zero() noexcept {
return duration(0); }
32 static const time_point min_time;
Definition: NotifyListenerVector.h:18
A std::chrono compatible wrapper around the FPGA Timer.
Definition: fpga_clock.h:18