rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
high_pressure_fuel_pump.cpp File Reference

Functions

 fail ("EFI_SHAFT_POSITION_INPUT required to have EFI_EMULATE_POSITION_SENSORS") static const expr int rpm_spinning_cutoff
 
static float getLoad ()
 
bool isGdiEngine ()
 

Function Documentation

◆ fail()

fail ( "EFI_SHAFT_POSITION_INPUT required to have EFI_EMULATE_POSITION_SENSORS"  ) const

◆ getLoad()

static float getLoad ( )
static

Definition at line 89 of file high_pressure_fuel_pump.cpp.

89 {
91 // TODO: allow other load axis, like we claim to
92 case engine_load_mode_e::LM_ALPHA_N:
94 default:
96 }
97}
static float getOrZero(SensorType type)
Definition sensor.h:83
static constexpr engine_configuration_s * engineConfiguration
@ DriverThrottleIntent

Referenced by HpfpQuantity::calcPI().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ isGdiEngine()

bool isGdiEngine ( )

Definition at line 261 of file high_pressure_fuel_pump.cpp.

261 {
262#if EFI_PROD_CODE
264#else
266#endif
267}
RegisteredNamedOutputPin hpfpValve
Definition efi_gpio.h:80
bool isInitialized() const
Definition efi_gpio.cpp:559
EnginePins enginePins
Definition efi_gpio.cpp:24

Referenced by noFiringUntilVvtSync(), HpfpController::onFastCallback(), LimpManager::updateState(), and validateConfigOnStartUpOrBurn().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.