|
rusEFI
The most advanced open source ECU
|
Definition in file map_averaging.h.
Data Structures | |
| struct | mapSampler |
| class | MapAverager |
| class | MapAveragingModule |
Functions | |
| void | mapAveragingAdcCallback (float instantVoltage) |
| MapAverager & | getMapAvg (size_t idx) |
| float | filterMapValue (float value) |
| void | startAveraging (struct mapSampler *s) |
Definition at line 99 of file map_averaging.cpp.
Referenced by MapAverager::stop().


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

| void mapAveragingAdcCallback | ( | float | instantVoltage | ) |
This method is invoked from ADC callback.
Definition at line 140 of file map_averaging.cpp.
Referenced by onFastAdcComplete().


| void startAveraging | ( | struct mapSampler * | s | ) |
Definition at line 56 of file map_averaging.cpp.
