Anti-Sway Capstone 1.0
|
Control Block: Integrator. More...
#include <discrete-lib.h>
Data Fields | |
Proportional | gain |
Integral Gain (with Timestep) | |
double | prev_input |
Previous input. | |
double | prev_output |
Previous output. | |
Control Block: Integrator.
A struct representing an integrator