|
" 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 |
Accelerometer
Handle operation of the accelerometer. |
class |
AnalogChannel
Analog channel class. |
class |
CANJaguar
|
class |
Compressor
Compressor object. |
class |
Counter
Class for counting the number of ticks on a digital input channel. |
class |
DigitalInput
Class to read a digital input. |
class |
DigitalOutput
Class to write digital outputs. |
class |
DoubleSolenoid
DoubleSolenoid class for running 2 channels of high voltage Digital Output (9472 module). |
class |
Encoder
Class to read quad encoders. |
class |
GearTooth
Alias for counter class. |
class |
Gyro
Use a rate gyro to return the robots heading relative to a starting position. |
class |
HiTechnicColorSensor
HiTechnic NXT Color Sensor. |
class |
HiTechnicCompass
HiTechnic NXT Compass. |
class |
Jaguar
VEX Robotics Jaguar Speed Control |
class |
PIDController
Class implements a PID Control Loop. |
class |
PWM
Class implements the PWM generation in the FPGA. |
class |
Relay
Class for VEX Robotics Spike style relay outputs. |
class |
SafePWM
|
class |
Servo
Standard hobby style servo. |
class |
Solenoid
Solenoid class for running high voltage Digital Output (9472 module). |
class |
Talon
CTRE Talon Speed Controller |
class |
Ultrasonic
Ultrasonic rangefinder class. |
class |
Victor
VEX 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 |