◆ noFiringUntilVvtSync()
static bool noFiringUntilVvtSync |
( |
| ) |
|
|
static |
Definition at line 12 of file limp_manager.cpp.
12 {
14
16
17 return true;
18 }
20#if EFI_PROD_CODE
21 criticalError("For GDI please configure CAM and require sync for ignition");
22#endif
23 }
24
26
27 return false;
28 }
29
30
31
32
33 return
37}
virtual operation_mode_e getOperationMode() const =0
EngineRotationState * getEngineRotationState()
static constexpr engine_configuration_s * engineConfiguration
@ FOUR_STROKE_SYMMETRICAL_CRANK_SENSOR
@ FOUR_STROKE_TWELVE_TIMES_CRANK_SENSOR
@ FOUR_STROKE_THREE_TIMES_CRANK_SENSOR
ignition_mode_e ignitionMode
bool isPhaseSyncRequiredForIgnition
Referenced by LimpManager::updateState().
Go to the source code of this file.