rusEFI
The most advanced open source ECU
|
#include <alphan_airmass.h>
Public Member Functions | |
AlphaNAirmass (const ValueProvider3D &veTable) | |
AirmassResult | getAirmass (float rpm, bool postState) override |
![]() | |
AirmassVeModelBase (const ValueProvider3D &veTable) | |
float | getVe (float rpm, percent_t load, bool postState) const |
Additional Inherited Members | |
![]() | |
static mass_t | getAirmassImpl (float ve, float manifoldPressure, float temperature) |
![]() | |
SpeedDensityBase (const ValueProvider3D &veTable) | |
Definition at line 5 of file alphan_airmass.h.
|
inlineexplicit |
Definition at line 7 of file alphan_airmass.h.
|
overridevirtual |
Implements AirmassModelBase.
Definition at line 6 of file alphan_airmass.cpp.