adapnex::core::PID::PID
Constructors
Synopses
Declared in <adapnex/core/pid.h>
Default constructor
PID() = default;
Constructor
Constructor
Parameters
Name |
Description |
KP |
Proportional gain. |
TN |
Integral time / Reset time (Tn). |
TV |
Derivative time / Rate time (Tv). |
MIN_OUT |
Minimum allowed output limit. |
MAX_OUT |
Maximum allowed output limit. |
Created with MrDocs