| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subsystem | |
|---|---|
| edu.wpi.first.wpilibj.command | |
| Uses of Subsystem in edu.wpi.first.wpilibj.command | 
|---|
| Subclasses of Subsystem in edu.wpi.first.wpilibj.command | |
|---|---|
|  class | PIDSubsystemThis class is designed to handle the case where there is a Subsystemwhich uses a singlePIDControlleralmost constantly (for instance, 
 an elevator which attempts to stay at a constant height). | 
| Methods in edu.wpi.first.wpilibj.command with parameters of type Subsystem | |
|---|---|
|  boolean | Command.doesRequire(Subsystem system)Checks if the command requires the given Subsystem. | 
| protected  void | Command.requires(Subsystem subsystem)This method specifies that the given Subsystemis used by this command. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||