|
rusEFI
The most advanced open source ECU
|
Typedefs | |
| using | BinType = std::remove_extent_t< decltype(config->mafDecodingBins)> |
| using | ValueType = std::remove_extent_t< decltype(config->mafDecoding)> |
Functions | |
| static TableFunc | mafCurve (config->mafDecodingBins, config->mafDecoding) |
| static void | initMaf (adc_channel_e channel, FunctionalSensor &m) |
| void | initMaf () |
Variables | |
| static FunctionalSensor | maf (SensorType::Maf, MS2NT(50)) |
| static FunctionalSensor | maf2 (SensorType::Maf2, MS2NT(50)) |
| static FuncChain< MafVoltageCheck, MafTable, MafFilter > | mafFunction |
Definition at line 29 of file init_maf.cpp.
Definition at line 30 of file init_maf.cpp.
| void initMaf | ( | ) |
Definition at line 92 of file init_maf.cpp.
Referenced by initMaf(), and initNewSensors().


|
static |
Definition at line 81 of file init_maf.cpp.

|
static |
Referenced by MafAirmass::getAirmass(), MafAirmass::getMaf(), and initMaf().
|
static |
Referenced by MafAirmass::getMaf(), and initMaf().
|
static |
Definition at line 79 of file init_maf.cpp.
Referenced by initMaf().