rusEFI
The most advanced open source ECU
|
#include <high_pressure_fuel_pump.h>
Public Member Functions | |
angle_t | findNextLobe () |
Calculate the angle (after crank TDC) for the top of the next lobe. | |
Data Fields | |
uint8_t | m_lobe_index = 0 |
0-based index of the last lobe returned | |
Definition at line 27 of file high_pressure_fuel_pump.h.
angle_t HpfpLobe::findNextLobe | ( | ) |
Calculate the angle (after crank TDC) for the top of the next lobe.
Definition at line 41 of file high_pressure_fuel_pump.cpp.
Referenced by HpfpController::scheduleNextCycle().
uint8_t HpfpLobe::m_lobe_index = 0 |
0-based index of the last lobe returned
Definition at line 29 of file high_pressure_fuel_pump.h.
Referenced by findNextLobe(), and HpfpController::scheduleNextCycle().