![]() |
Documentation
Tools for embedded systems
|
Closed Loop PID Controller class. More...
Classes | |
| struct | qlibs::pidGains |
| PID Gains structure. More... | |
| class | qlibs::pidAutoTuning |
| A PID Auto-tuning object. More... | |
| class | qlibs::pidController |
| A PID controller object. More... | |
Enumerations | |
| enum class | qlibs::pidMode { qlibs::pidMode::PID_AUTOMATIC , qlibs::pidMode::PID_MANUAL } |
| Enumeration class with the operational modes for the PID controller. More... | |
| enum class | qlibs::pidType { qlibs::pidType::PID_TYPE_P , qlibs::pidType::PID_TYPE_PI , qlibs::pidType::PID_TYPE_PD , qlibs::pidType::PID_TYPE_PID } |
| Enumeration class with the operational modes for the PID controller. More... | |
| enum class | qlibs::pidDirection { qlibs::pidDirection::PID_FORWARD , qlibs::pidDirection::PID_BACKWARD } |
| Direction modes of the PID controller. More... | |
Closed Loop PID Controller class.
For a brief description of this module, please read PID Controller
|
strong |
|
strong |
|
strong |