rusEFI
The most advanced open source ECU
|
#include <fuel_computer.h>
Public Member Functions | |
mass_t | getCycleFuel (mass_t airmass, float rpm, float load) override |
virtual float | getStoichiometricRatio () const =0 |
virtual float | getTargetLambda (float rpm, float load) const =0 |
virtual float | getTargetLambdaLoadAxis (float defaultLoad) const =0 |
![]() | |
temperature_t | getTCharge (float rpm, float tps) |
float | getLoadOverride (float defaultLoad, load_override_e overrideMode) const |
Definition at line 21 of file fuel_computer.h.
Implements IFuelComputer.
Definition at line 13 of file fuel_computer.cpp.
Referenced by getBaseFuelMass().
|
pure virtual |
Implemented in FuelComputer.
Referenced by getCycleFuel().
Implemented in FuelComputer.
Referenced by getCycleFuel().
Implemented in FuelComputer.
Referenced by getCycleFuel().