rusEFI
The most advanced open source ECU
|
#include <pid_state_generated.h>
Data Fields | |
float | iTerm = (float)0 |
float | dTerm = (float)0 |
float | target = (float)0 |
float | input = (float)0 |
float | output = (float)0 |
float | errorAmplificationCoef = (float)0 |
float | previousError = (float)0 |
Definition at line 7 of file pid_state_generated.h.
we are remembering this only for debugging purposes offset 4
Definition at line 16 of file pid_state_generated.h.
Referenced by PidIndustrial::getOutput(), Pid::getUnclampedOutput(), Pid::postState(), Pid::reset(), and Pid::showPidStatus().
offset 20
Definition at line 35 of file pid_state_generated.h.
Referenced by PidIndustrial::getOutput(), Pid::getUnclampedOutput(), Pid::reset(), and Pid::setErrorAmplification().
only used for logging offset 12
Definition at line 26 of file pid_state_generated.h.
Referenced by Pid::getUnclampedOutput(), Pid::reset(), and Pid::showPidStatus().
offset 0
Definition at line 11 of file pid_state_generated.h.
Referenced by Pid::getIntegration(), PidIndustrial::getOutput(), Pid::getUnclampedOutput(), Pid::postState(), Pid::reset(), Pid::showPidStatus(), Pid::updateITerm(), and PidCic::updateITerm().
only used for logging offset 16
Definition at line 31 of file pid_state_generated.h.
Referenced by Pid::getOutput(), Pid::postState(), Pid::reset(), and Pid::showPidStatus().
offset 24
Definition at line 39 of file pid_state_generated.h.
Referenced by PidIndustrial::getOutput(), Pid::getPrevError(), Pid::getUnclampedOutput(), Pid::postState(), and Pid::reset().
only used for logging offset 8
Definition at line 21 of file pid_state_generated.h.
Referenced by Pid::getUnclampedOutput(), Pid::reset(), and Pid::showPidStatus().