mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[wpilib] IterativeRobotBase: Provide function to print watchdog epochs (#6581)
This commit is contained in:
@@ -230,6 +230,11 @@ class IterativeRobotBase : public RobotBase {
|
||||
*/
|
||||
units::second_t GetPeriod() const;
|
||||
|
||||
/**
|
||||
* Prints list of epochs added so far and their times.
|
||||
*/
|
||||
void PrintWatchdogEpochs();
|
||||
|
||||
/**
|
||||
* Constructor for IterativeRobotBase.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user