CommandInterface
An interface that simplifies access to the CommandScheduler by implementing all its methods.
Inheritors
Functions
Link copied to clipboard
Returns whether a command can currently be scheduled.
Link copied to clipboard
Returns whether the given components are registered with this CommandScheduler.
Link copied to clipboard
Returns whether all the given commands are scheduled.
Link copied to clipboard
Maps a condition to a runnable. If the condition returns true, a command is scheduled. A command can be mapped to multiple conditions.
Maps a condition to commands. If the condition returns true, the commands are scheduled. A command can be mapped to multiple conditions.
Link copied to clipboard
Stops the currently active OpMode.
Link copied to clipboard
Unregisters the given components from this CommandScheduler so that their update functions are no longer called and their default commands are no longer scheduled.