mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[commands] CommandScheduler: Provide function to print watchdog epochs (#6582)
This commit is contained in:
@@ -530,6 +530,11 @@ public final class CommandScheduler implements Sendable, AutoCloseable {
|
||||
m_disabled = false;
|
||||
}
|
||||
|
||||
/** Prints list of epochs added so far and their times. */
|
||||
public void printWatchdogEpochs() {
|
||||
m_watchdog.printEpochs();
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds an action to perform on the initialization of any command by the scheduler.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user