|
CTRE Phoenix 6 C++ 23.10.0-alpha-8
|
#include <thread>#include <chrono>Go to the source code of this file.
Namespaces | |
| namespace | ctre |
| namespace | ctre::phoenix |
| namespace | ctre::phoenix::platform |
Functions | |
| static void | ctre::phoenix::platform::SleepUs (int timeUs) |
| template<typename DURATION = std::chrono::microseconds> | |
| static auto | ctre::phoenix::platform::CurrentTime () |
| Returns the monotonic time of the system, converted to the given duration. More... | |