|
rusEFI
The most advanced open source ECU
|
#include <closed_loop_fuel_cell.h>


Public Member Functions | |
| void | update (float lambdaDeadband, bool ignoreErrorMagnitude) |
| float | getAdjustment () const |
| virtual float | getLambdaError () const =0 |
Protected Member Functions | |
| virtual float | getMaxAdjustment () const =0 |
| virtual float | getMinAdjustment () const =0 |
| virtual float | getIntegratorGain () const =0 |
Private Attributes | |
| float | m_adjustment = 0 |
Definition at line 5 of file closed_loop_fuel_cell.h.
| float ClosedLoopFuelCellBase::getAdjustment | ( | ) | const |
Definition at line 36 of file closed_loop_fuel_cell.cpp.
|
protectedpure virtual |
Implemented in ClosedLoopFuelCellImpl.
Referenced by update().

|
pure virtual |
Implemented in ClosedLoopFuelCellImpl.
Referenced by update().

|
protectedpure virtual |
Implemented in ClosedLoopFuelCellImpl.
Referenced by update().

|
protectedpure virtual |
Implemented in ClosedLoopFuelCellImpl.
Referenced by update().

Definition at line 9 of file closed_loop_fuel_cell.cpp.

|
private |
Definition at line 24 of file closed_loop_fuel_cell.h.
Referenced by getAdjustment(), and update().