Package edu.wpi.first.wpilibj.simulation
Class NotifierSim
java.lang.Object
edu.wpi.first.wpilibj.simulation.NotifierSim
public final class NotifierSim extends Object
Class to control simulated notifiers.
-
Method Summary
Modifier and Type Method Description static long
getNextTimeout()
Gets the timeout of the next notifier.static int
getNumNotifiers()
Gets the total number of notifiers.
-
Method Details
-
getNextTimeout
Gets the timeout of the next notifier.- Returns:
- Timestamp
-
getNumNotifiers
Gets the total number of notifiers.- Returns:
- Count
-