#include <ALGO_PID_ATY.h>
Data Fields | |
| double | SetPoint |
| double | Proportion |
| double | Integral |
| double | Derivative |
| double | LastError |
| double | PrevError |
| double | SumError |
Definition at line 41 of file ALGO_PID_ATY.h.
| double PID::Derivative |
Definition at line 45 of file ALGO_PID_ATY.h.
| double PID::Integral |
Definition at line 44 of file ALGO_PID_ATY.h.
| double PID::LastError |
Definition at line 46 of file ALGO_PID_ATY.h.
| double PID::PrevError |
Definition at line 47 of file ALGO_PID_ATY.h.
| double PID::Proportion |
Definition at line 43 of file ALGO_PID_ATY.h.
| double PID::SetPoint |
Definition at line 42 of file ALGO_PID_ATY.h.
| double PID::SumError |
Definition at line 48 of file ALGO_PID_ATY.h.