| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sendable | |
|---|---|
| edu.wpi.first.wpilibj | The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. | 
| edu.wpi.first.wpilibj.buttons | |
| edu.wpi.first.wpilibj.command | |
| edu.wpi.first.wpilibj.livewindow | |
| edu.wpi.first.wpilibj.smartdashboard | |
| Uses of Sendable in edu.wpi.first.wpilibj | 
|---|
| Subinterfaces of Sendable in edu.wpi.first.wpilibj | |
|---|---|
|  interface | NamedSendableThe interface for sendable objects that gives the sendable a default name in the Smart Dashboard | 
| Classes in edu.wpi.first.wpilibj that implement Sendable | |
|---|---|
|  class | AccelerometerHandle operation of the accelerometer. | 
|  class | AnalogChannelAnalog channel class. | 
|  class | CANJaguar | 
|  class | CompressorCompressor object. | 
|  class | CounterClass for counting the number of ticks on a digital input channel. | 
|  class | DigitalInputClass to read a digital input. | 
|  class | DigitalOutputClass to write digital outputs. | 
|  class | DoubleSolenoidDoubleSolenoid class for running 2 channels of high voltage Digital Output (9472 module). | 
|  class | EncoderClass to read quad encoders. | 
|  class | GearToothAlias for counter class. | 
|  class | GyroUse a rate gyro to return the robots heading relative to a starting position. | 
|  class | HiTechnicColorSensorHiTechnic NXT Color Sensor. | 
|  class | HiTechnicCompassHiTechnic NXT Compass. | 
|  class | JaguarVEX Robotics Jaguar Speed Control | 
|  class | PIDControllerClass implements a PID Control Loop. | 
|  class | PWMClass implements the PWM generation in the FPGA. | 
|  class | RelayClass for VEX Robotics Spike style relay outputs. | 
|  class | SafePWM | 
|  class | ServoStandard hobby style servo. | 
|  class | SolenoidSolenoid class for running high voltage Digital Output (9472 module). | 
|  class | TalonCTRE Talon Speed Controller | 
|  class | UltrasonicUltrasonic rangefinder class. | 
|  class | VictorVEX Robotics Victor Speed Controller | 
| Uses of Sendable in edu.wpi.first.wpilibj.buttons | 
|---|
| Classes in edu.wpi.first.wpilibj.buttons that implement Sendable | |
|---|---|
|  class | AnalogIOButton | 
|  class | ButtonThis class provides an easy way to link commands to OI inputs. | 
|  class | DigitalIOButton | 
|  class | InternalButtonThis class is intended to be used within a program. | 
|  class | JoystickButton | 
|  class | NetworkButton | 
|  class | TriggerThis class provides an easy way to link commands to inputs. | 
| Uses of Sendable in edu.wpi.first.wpilibj.command | 
|---|
| Classes in edu.wpi.first.wpilibj.command that implement Sendable | |
|---|---|
|  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 Sendable in edu.wpi.first.wpilibj.livewindow | 
|---|
| Subinterfaces of Sendable in edu.wpi.first.wpilibj.livewindow | |
|---|---|
|  interface | LiveWindowSendableLive Window Sendable is a special type of object sendable to the live window. | 
| Uses of Sendable in edu.wpi.first.wpilibj.smartdashboard | 
|---|
| Classes in edu.wpi.first.wpilibj.smartdashboard that implement Sendable | |
|---|---|
|  class | SendableChooserThe SendableChooserclass is a useful tool for presenting a selection
 of options to theSmartDashboard. | 
| Methods in edu.wpi.first.wpilibj.smartdashboard with parameters of type Sendable | |
|---|---|
| static void | SmartDashboard.putData(String key,
        Sendable data)Maps the specified key to the specified value in this table. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||