Now you can download a copy of these docs so you can use them offline! Download now
PIDCommand Class Reference
Inheritance diagram for PIDCommand:

Collaboration diagram for PIDCommand:

Public Member Functions | |
| PIDCommand (const char *name, double p, double i, double d) | |
| PIDCommand (const char *name, double p, double i, double d, double period) | |
| PIDCommand (double p, double i, double d) | |
| PIDCommand (double p, double i, double d, double period) | |
| void | SetSetpointRelative (double deltaSetpoint) |
| virtual void | PIDWrite (float output) |
| virtual double | PIDGet () |
| NetworkTable * | GetControllerTable () |
| virtual std::string | GetType () |
Protected Member Functions | |
| PIDController * | GetPIDController () |
| virtual void | _Initialize () |
| virtual void | _Interrupted () |
| virtual void | _End () |
| void | SetSetpoint (double setpoint) |
| double | GetSetpoint () |
| double | GetPosition () |
| void | SetSetpointRange (double a, double b) |
| virtual double | ReturnPIDInput ()=0 |
| virtual void | UsePIDOutput (double output)=0 |
Detailed Description
Definition at line 18 of file PIDCommand.h.
The documentation for this class was generated from the following files:
Generated on Thu Jan 12 2012 22:35:34 for WPILibC++ by
1.7.1