| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedSendable | |
|---|---|
| edu.wpi.first.wpilibj.command | |
| edu.wpi.first.wpilibj.smartdashboard | |
| Uses of NamedSendable in edu.wpi.first.wpilibj.command | 
|---|
| Classes in edu.wpi.first.wpilibj.command that implement NamedSendable | |
|---|---|
|  class | CommandThe Command class is at the very core of the entire command framework. | 
|  class | CommandGroupA CommandGroupis a list of commands which are executed in sequence. | 
|  class | PIDCommandThis class defines a Commandwhich interacts heavily with a PID loop. | 
|  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). | 
|  class | PrintCommandA PrintCommandis a command which prints out a string when it is initialized, and then immediately finishes. | 
|  class | SchedulerThe Scheduleris a singleton which holds the top-level running commands. | 
|  class | StartCommandA StartCommandwill call thestart()method of another command when it is initialized
 and will finish immediately. | 
|  class | SubsystemThis class defines a major component of the robot. | 
|  class | WaitCommandA WaitCommandwill wait for a certain amount of time before finishing. | 
|  class | WaitForChildrenThis command will only finish if whatever CommandGroupit is in has no active children. | 
|  class | WaitUntilCommandWaitUntilCommand - waits until an absolute game time. | 
| Uses of NamedSendable in edu.wpi.first.wpilibj.smartdashboard | 
|---|
| Methods in edu.wpi.first.wpilibj.smartdashboard with parameters of type NamedSendable | |
|---|---|
| static void | SmartDashboard.putData(NamedSendable value)Maps the specified key (where the key is the name of the SmartDashboardNamedDatato the specified value in this table. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||