rusEFI
The most advanced open source ECU
|
#include <fuel_pump.h>
Public Member Functions | |
void | onSlowCallback () override |
void | onIgnitionStateChanged (bool ignitionOn) override |
![]() | |
virtual void | initNoConfiguration () |
virtual void | setDefaultConfiguration () |
virtual void | onConfigurationChange (engine_configuration_s const *) |
virtual void | onFastCallback () |
virtual void | onEngineStop () |
virtual bool | needsDelayedShutoff () |
virtual void | onEnginePhase (float, efitick_t, angle_t, angle_t) |
Private Attributes | |
Timer | m_ignOnTimer |
Additional Inherited Members | |
![]() | |
bool | isPrime: 1 {} |
bool | engineTurnedRecently: 1 {} |
bool | isFuelPumpOn: 1 {} |
bool | ignitionOn: 1 {} |
bool | unusedBit_4_4: 1 {} |
bool | unusedBit_4_5: 1 {} |
bool | unusedBit_4_6: 1 {} |
bool | unusedBit_4_7: 1 {} |
bool | unusedBit_4_8: 1 {} |
bool | unusedBit_4_9: 1 {} |
bool | unusedBit_4_10: 1 {} |
bool | unusedBit_4_11: 1 {} |
bool | unusedBit_4_12: 1 {} |
bool | unusedBit_4_13: 1 {} |
bool | unusedBit_4_14: 1 {} |
bool | unusedBit_4_15: 1 {} |
bool | unusedBit_4_16: 1 {} |
bool | unusedBit_4_17: 1 {} |
bool | unusedBit_4_18: 1 {} |
bool | unusedBit_4_19: 1 {} |
bool | unusedBit_4_20: 1 {} |
bool | unusedBit_4_21: 1 {} |
bool | unusedBit_4_22: 1 {} |
bool | unusedBit_4_23: 1 {} |
bool | unusedBit_4_24: 1 {} |
bool | unusedBit_4_25: 1 {} |
bool | unusedBit_4_26: 1 {} |
bool | unusedBit_4_27: 1 {} |
bool | unusedBit_4_28: 1 {} |
bool | unusedBit_4_29: 1 {} |
bool | unusedBit_4_30: 1 {} |
bool | unusedBit_4_31: 1 {} |
Definition at line 11 of file fuel_pump.h.
|
overridevirtual |
Reimplemented from EngineModule.
Definition at line 29 of file fuel_pump.cpp.
|
overridevirtual |
low pressure fuel pump control for high-pressure see HpfpController@high_pressure_fuel_pump
Reimplemented from EngineModule.
Definition at line 11 of file fuel_pump.cpp.
|
private |
Definition at line 17 of file fuel_pump.h.
Referenced by onIgnitionStateChanged(), and onSlowCallback().