CTRE Phoenix C++ 5.33.1
|
Stopwatch to track time in milliseconds. More...
#include <ctre/phoenix/Stopwatch.h>
Public Member Functions | |
void | Start () |
Start the stopwatch. More... | |
long long int | DurationMs () |
double | Duration () |
Stopwatch to track time in milliseconds.
double ctre::phoenix::Stopwatch::Duration | ( | ) |
long long int ctre::phoenix::Stopwatch::DurationMs | ( | ) |
void ctre::phoenix::Stopwatch::Start | ( | ) |
Start the stopwatch.