![]() |
WPILibC++ 2027.0.0-alpha-4
|
#include <stdint.h>Go to the source code of this file.
Namespaces | |
| namespace | wpi |
| namespace | wpi::util |
Functions | |
| uint64_t | wpi::util::NowDefault () |
| The default implementation used for Now(). | |
| void | wpi::util::SetNowImpl (uint64_t(*func)()) |
| Set the implementation used by Now(). | |
| uint64_t | wpi::util::Now () |
| Return a value representing the current time in microseconds. | |
| uint64_t | wpi::util::GetSystemTime () |
| Return the current system time in microseconds since the Unix epoch (January 1st, 1970 00:00 UTC). | |