rusEFI
The most advanced open source ECU
|
Idle Air Control valve hardware.
This is just the hardware interface - deciding where to put the valve happens in idle_thread.cpp
Definition in file idle_hardware.h.
Functions | |
void | initIdleHardware () |
bool | isIdleHardwareRestartNeeded () |
bool | isIdleMotorBusy () |
void initIdleHardware | ( | ) |
Referenced by applyIACposition(), applyNewHardwareSettings(), and startIdleThread().
bool isIdleHardwareRestartNeeded | ( | ) |
Referenced by applyIACposition(), and applyNewHardwareSettings().
bool isIdleMotorBusy | ( | ) |
Referenced by applyIACposition(), and Engine::isInShutdownMode().