APM:Libraries
Classes
PID.h File Reference

Generic PID algorithm, with EEPROM-backed storage of constants. More...

#include <AP_Common/AP_Common.h>
#include <AP_Param/AP_Param.h>
#include <DataFlash/DataFlash.h>
#include <stdlib.h>
#include <cmath>
Include dependency graph for PID.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PID
 Object managing one PID control. More...
 

Detailed Description

Generic PID algorithm, with EEPROM-backed storage of constants.

Definition in file PID.h.