Package com.thegongoliers.commands
Class DisableCommand
- java.lang.Object
-
- edu.wpi.first.wpilibj.command.Command
-
- edu.wpi.first.wpilibj.command.InstantCommand
-
- com.thegongoliers.commands.DisableCommand
-
- All Implemented Interfaces:
edu.wpi.first.wpilibj.Sendable,java.lang.AutoCloseable
public class DisableCommand extends edu.wpi.first.wpilibj.command.InstantCommandA command which disables a subsystem
-
-
Constructor Summary
Constructors Constructor Description DisableCommand(T subsystem)Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitialize()-
Methods inherited from class edu.wpi.first.wpilibj.command.Command
cancel, clearRequirements, close, doesRequire, end, execute, getGroup, getName, getSubsystem, initSendable, interrupted, isCanceled, isCompleted, isInterruptible, isRunning, isTimedOut, requires, setInterruptible, setName, setRunWhenDisabled, setSubsystem, setTimeout, start, timeSinceInitialized, toString, willRunWhenDisabled
-
-