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
All Methods Static Methods Concrete Methods 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 Detail
-
getNextTimeout
public static long getNextTimeout()
Gets the timeout of the next notifier.- Returns:
- Timestamp
-
getNumNotifiers
public static int getNumNotifiers()
Gets the total number of notifiers.- Returns:
- Count
-
-