| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LiveWindowSendable | |
|---|---|
| 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.livewindow | |
| Uses of LiveWindowSendable in edu.wpi.first.wpilibj | 
|---|
| Classes in edu.wpi.first.wpilibj that implement LiveWindowSendable | |
|---|---|
|  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 LiveWindowSendable in edu.wpi.first.wpilibj.livewindow | 
|---|
| Methods in edu.wpi.first.wpilibj.livewindow with parameters of type LiveWindowSendable | |
|---|---|
| static void | LiveWindow.addActuator(String subsystem,
            String name,
            LiveWindowSendable component)Add an Actuator associated with the subsystem and with call it by the given name. | 
| static void | LiveWindow.addSensor(String subsystem,
          String name,
          LiveWindowSendable component)Add a Sensor associated with the subsystem and with call it by the given name. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||