|
rusEFI
The most advanced open source ECU
|
Functions | |
| MapAverager & | getMapAvg (size_t cylinderBankIndex) |
| static MapCfg | getMapCfg (air_pressure_sensor_type_e sensorType) |
| void | configureMapFunction (LinearFunc &converter, air_pressure_sensor_type_e sensorType) |
| void | initMap () |
| void | deinitMap () |
Variables | |
| static LinearFunc | baroConverter |
| static FunctionalSensor | baroSensor (SensorType::BarometricPressure, MS2NT(50)) |
| static LinearFunc | mapConverter |
| static FunctionalSensor | slowMapSensor (SensorType::MapSlow, MS2NT(50)) |
| static FunctionalSensor | compressorDischargePress (SensorType::CompressorDischargePressure, MS2NT(50)) |
| static FunctionalSensor | throttleInletPress (SensorType::ThrottleInletPressure, MS2NT(50)) |
| static MapAverager | fastMapSensor (SensorType::MapFast, MS2NT(200)) |
| static MapAverager | fastMapSensor2 (SensorType::MapFast2, MS2NT(200)) |
| static FallbackSensor | mapCombiner (SensorType::Map, SensorType::MapFast, SensorType::MapSlow) |
| static FallbackSensor | mapCombiner2 (SensorType::Map2, SensorType::MapFast2, SensorType::MapSlow2) |
| void configureMapFunction | ( | LinearFunc & | converter, |
| air_pressure_sensor_type_e | sensorType | ||
| ) |
Definition at line 92 of file init_map.cpp.
Referenced by initMap().


| void deinitMap | ( | ) |
Definition at line 144 of file init_map.cpp.
Referenced by stopSensors().


| MapAverager & getMapAvg | ( | size_t | cylinderBankIndex | ) |
Definition at line 28 of file init_map.cpp.
Referenced by mapAveragingAdcCallback(), and startAveraging().

|
static |
Definition at line 45 of file init_map.cpp.
Referenced by configureMapFunction().


| void initMap | ( | ) |
Definition at line 105 of file init_map.cpp.
Referenced by sensorStartUpOrReconfiguration().


|
static |
Definition at line 9 of file init_map.cpp.
Referenced by initMap().
|
static |
Referenced by deinitMap(), and initMap().
|
static |
Referenced by deinitMap(), and initMap().
|
static |
Referenced by getMapAvg(), and initMap().
|
static |
Referenced by getMapAvg(), and initMap().
|
static |
Referenced by initMap().
|
static |
Referenced by initMap().
|
static |
Definition at line 14 of file init_map.cpp.
Referenced by initMap().
|
static |
Referenced by deinitMap(), and initMap().
|
static |
Referenced by deinitMap(), and initMap().