ATY_LIB V2_102_230218
ATY_LIB for general devices or ALGO
 
Loading...
Searching...
No Matches
PID Struct Reference

#include <ALGO_PID_ATY.h>

Data Fields

double SetPoint
 
double Proportion
 
double Integral
 
double Derivative
 
double LastError
 
double PrevError
 
double SumError
 

Detailed Description

Definition at line 41 of file ALGO_PID_ATY.h.

Field Documentation

◆ Derivative

double PID::Derivative

Definition at line 45 of file ALGO_PID_ATY.h.

◆ Integral

double PID::Integral

Definition at line 44 of file ALGO_PID_ATY.h.

◆ LastError

double PID::LastError

Definition at line 46 of file ALGO_PID_ATY.h.

◆ PrevError

double PID::PrevError

Definition at line 47 of file ALGO_PID_ATY.h.

◆ Proportion

double PID::Proportion

Definition at line 43 of file ALGO_PID_ATY.h.

◆ SetPoint

double PID::SetPoint

Definition at line 42 of file ALGO_PID_ATY.h.

◆ SumError

double PID::SumError

Definition at line 48 of file ALGO_PID_ATY.h.


The documentation for this struct was generated from the following file: