|
PID Control 1.0
Discrete time implementation of P, PI, PD, PID. Including derivative filter, integral clamping, feed-forward, gain scheduling in standard and parallel form.
|
Main public header for the Control System library. More...
#include "proportional/p.h"#include "integral/i.h"#include "derivative/d.h"#include "derivative/d_lpf_1.h"#include "pi/pi.h"#include "pd/pd.h"#include "pd/pd_lpf_1.h"#include "pid/pid.h"#include "pid/pid_lpf_1.h"#include "pid/pid_lpf_1_ff.h"#include "pid/pid_s.h"#include "pid/pid_P.h"#include "pid/pid_gs.h"Go to the source code of this file.
Main public header for the Control System library.
This header provides access to the control-system algorithms available in the Control System library.
The library provides implementations for:
Including this header provides access to the public control-system classes through a single include file.
Definition in file control_system.h.