JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.wpi.first.wpilibj
Interface PIDOutput
All Known Subinterfaces:
SpeedController
All Known Implementing Classes:
CANJaguar
,
CANTalon
,
Jaguar
,
Talon
,
TalonSRX
,
Victor
,
VictorSP
public interface
PIDOutput
This interface allows PIDController to write it's results to its output.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
pidWrite
(double output)
Set the output to the value calculated by PIDController
Method Detail
pidWrite
void
pidWrite
(double output)
Set the output to the value calculated by PIDController
Parameters:
output
- the value calculated by PIDController
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method