5#ifndef WPIUTIL_WPI_TIMESTAMP_H_
6#define WPIUTIL_WPI_TIMESTAMP_H_
::uint64_t uint64_t
Definition: Meta.h:58
Definition: AprilTagFieldLayout.h:18
uint64_t Now(void)
Return a value representing the current time in microseconds.
uint64_t NowDefault(void)
The default implementation used for Now().
uint64_t GetSystemTime()
Return the current system time in microseconds since the Unix epoch (January 1st, 1970 00:00 UTC).
void SetNowImpl(uint64_t(*func)())
Set the implementation used by Now().
void WPI_SetNowImpl(uint64_t(*func)(void))
Set the implementation used by WPI_Now().
uint64_t WPI_NowDefault(void)
The default implementation used for Now().
uint64_t WPI_Now(void)
Return a value representing the current time in microseconds.
uint64_t WPI_GetSystemTime(void)
Return the current system time in microseconds since the Unix epoch (January 1st, 1970 00:00 UTC).