WPILibC++
2018.4.1-20180819203220-1159-g83cfb8b
|
A std::chrono compatible wrapper around the FPGA Timer. More...
#include <fpga_clock.h>
Public Types | |
typedef std::chrono::microseconds::rep | rep |
typedef std::chrono::microseconds::period | period |
typedef std::chrono::microseconds | duration |
typedef std::chrono::time_point < fpga_clock > | time_point |
Static Public Member Functions | |
static fpga_clock::time_point | now () noexcept |
static fpga_clock::time_point | epoch () noexcept |
static fpga_clock::duration | zero () noexcept |
Static Public Attributes | |
static constexpr bool | is_steady = true |
static const time_point | min_time |
A std::chrono compatible wrapper around the FPGA Timer.