"

2013 FRC Java API

"

edu.wpi.first.wpilibj.livewindow
Interface LiveWindowSendable

All Superinterfaces:
Sendable
All Known Implementing Classes:
Accelerometer, AnalogChannel, AnalogPotentiometer, CANJaguar, Compressor, Counter, DigitalInput, DigitalOutput, DoubleSolenoid, Encoder, GearTooth, Gyro, HiTechnicColorSensor, HiTechnicCompass, Jaguar, PIDController, PWM, Relay, SafePWM, Servo, Solenoid, Talon, Ultrasonic, Victor

public interface LiveWindowSendable
extends Sendable

Live Window Sendable is a special type of object sendable to the live window.

Author:
Alex Henning

Method Summary
 void startLiveWindowMode()
          Start having this sendable object automatically respond to value changes reflect the value on the table.
 void stopLiveWindowMode()
          Stop having this sendable object automatically respond to value changes.
 void updateTable()
          Update the table for this sendable object with the latest values.
 
Methods inherited from interface edu.wpi.first.wpilibj.Sendable
getSmartDashboardType, getTable, initTable
 

Method Detail

updateTable

void updateTable()
Update the table for this sendable object with the latest values.


startLiveWindowMode

void startLiveWindowMode()
Start having this sendable object automatically respond to value changes reflect the value on the table.


stopLiveWindowMode

void stopLiveWindowMode()
Stop having this sendable object automatically respond to value changes.


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"