WPILibC++ 2023.4.3-108-ge5452e3
|
#include <units/time.h>
Go to the source code of this file.
Classes | |
class | frc::Timer |
A timer class. More... | |
Namespaces | |
namespace | frc |
Functions | |
void | frc::Wait (units::second_t seconds) |
Pause the task for a specified time. More... | |
units::second_t | frc::GetTime () |
Gives real-time clock system time with nanosecond resolution. More... | |