rusEFI
The most advanced open source ECU
|
#include <maf_airmass.h>
Public Member Functions | |
MafAirmass (const ValueProvider3D &veTable) | |
AirmassResult | getAirmass (float rpm, bool postState) override |
AirmassResult | getAirmassImpl (float massAirFlow, float rpm, bool postState) const |
![]() | |
AirmassVeModelBase (const ValueProvider3D &veTable) | |
float | getVe (float rpm, percent_t load, bool postState) const |
Private Member Functions | |
float | getMaf () const |
Definition at line 5 of file maf_airmass.h.
|
inlineexplicit |
Definition at line 7 of file maf_airmass.h.
|
overridevirtual |
Implements AirmassModelBase.
Definition at line 31 of file maf_airmass.cpp.
AirmassResult MafAirmass::getAirmassImpl | ( | float | massAirFlow, |
float | rpm, | ||
bool | postState | ||
) | const |
Function block now works to create a standardised load from the cylinder filling as well as tune fuel via VE table.
Definition at line 41 of file maf_airmass.cpp.
Referenced by getAirmass().
|
private |
Definition at line 7 of file maf_airmass.cpp.
Referenced by getAirmass().