#include <pid.h>
Public Types | |
| typedef pid_entree | consigne |
| typedef pid_calcul | integral |
| typedef pid_calcul | erreur_precedente |
| typedef pid_coeffs | coeff_P |
| typedef pid_coeffs | coeff_I |
| typedef pid_coeffs | coeff_D |
| typedef pid_calcul | max_erreur |
| typedef pid_calcul | max_integrale |
| typedef pid_sortie | max_sortie |
Data Fields | |
| enum pid_mode | mode |
| enum pid_mode | mode_precedent |
| u08 | decalage_sortie |
Definition at line 110 of file pid.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 129 of file pid.h. Referenced by pid_manage(), and pid_set_shift(). |
|
|
Definition at line 126 of file pid.h. Referenced by pid_init(). |
|
|
Definition at line 127 of file pid.h. Referenced by pid_init(). |
1.4.5