CommandInterface
An interface that simplifies access to the CommandScheduler by implementing all its methods.
Inheritors
Functions
Returns whether a command can currently be scheduled.
Returns whether the given components are registered with this CommandScheduler.
Returns whether all the given commands are scheduled.
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.
Stops the currently active OpMode.
Removes a condition from the list of mappings.
Removes commands from the list of mappings.
Unregisters the given components from this CommandScheduler so that their update functions are no longer called and their default commands are no longer scheduled.