#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | pid_values_t | 
| struct | pidf_t | 
Functions | |
| void | pidf_reset (pidf_t *pid) | 
| void | pidf_init (pidf_t *pid, pid_values_t *config) | 
| bool | pidf_config_changed (pidf_t *pid, pid_values_t *config) | 
| float | pidf (pidf_t *pid, float command, float actual, float sample_rate) | 
| float pidf | ( | pidf_t * | pid, | 
| float | command, | ||
| float | actual, | ||
| float | sample_rate | ||
| ) | 
| bool pidf_config_changed | ( | pidf_t * | pid, | 
| pid_values_t * | config | ||
| ) | 
| void pidf_init | ( | pidf_t * | pid, | 
| pid_values_t * | config | ||
| ) | 
| void pidf_reset | ( | pidf_t * | pid | ) |