| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDashboard | |
|---|---|
| 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. | 
| Uses of IDashboard in edu.wpi.first.wpilibj | 
|---|
| Classes in edu.wpi.first.wpilibj that implement IDashboard | |
|---|---|
|  class | DashboardPack data into the "user data" field that gets sent to the dashboard laptop via the driver station. | 
| Methods in edu.wpi.first.wpilibj that return IDashboard | |
|---|---|
|  IDashboard | DriverStation.getDashboardPackerInUseHigh()Gets the dashboard packer that's currently in use for sending high priority user data to a dashboard receiver. | 
|  IDashboard | DriverStation.getDashboardPackerInUseLow()Gets the dashboard packer that's currently in use for sending low priority user data to a dashboard receiver. | 
| Methods in edu.wpi.first.wpilibj with parameters of type IDashboard | |
|---|---|
|  void | DriverStation.setDashboardPackerToUseHigh(IDashboard dashboard)Sets the dashboard packer to use for sending high priority user data to a dashboard receiver. | 
|  void | DriverStation.setDashboardPackerToUseLow(IDashboard dashboard)Sets the dashboard packer to use for sending low priority user data to a dashboard receiver. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||