|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
This is the complete list of members for PID, including all inherited members.
| getAlpha() | PID | inline |
| getGains() | PID | |
| getIntegralLimit() | PID | inline |
| getSignFlipReset() | PID | |
| getStaticThreshold() | PID | inline |
| getWindupRange() | PID | |
| PID(double kP, double kI, double kD, double kF=0, double windupRange=0, bool signFlipReset=false, double slew=0) | PID | |
| PID(const PIDGains &gains, double windupRange=0, bool signFlipReset=false) | PID | |
| reset() | PID | |
| setAlpha(double alpha) | PID | inline |
| setGains(PIDGains gains) | PID | |
| setIntegralLimit(double limit) | PID | inline |
| setSignFlipReset(bool signFlipReset) | PID | |
| setStaticThreshold(double threshold) | PID | inline |
| setWindupRange(double windupRange) | PID | |
| update(double error) | PID | |
| update(double error, double measurement) | PID |