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

List of all members.

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 ()
NetworkTableGetControllerTable ()
virtual std::string GetType ()

Protected Member Functions

PIDControllerGetPIDController ()
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 doxygen 1.7.1