|
rusEFI
The most advanced open source ECU
|
#include <shutdown_controller.h>

Public Member Functions | |
| void | stopEngine (StopRequestedReason reason) |
| bool | isEngineStop (efitick_t nowNt) const |
Private Attributes | |
| Timer | m_engineStopTimer |
Definition at line 25 of file shutdown_controller.h.
|
inline |
Definition at line 29 of file shutdown_controller.h.
Referenced by configureRusefiLuaHooks(), and LimpManager::updateState().

| void ShutdownController::stopEngine | ( | StopRequestedReason | reason | ) |
Definition at line 21 of file shutdown_controller.cpp.
Referenced by doScheduleStopEngine().

|
private |
Definition at line 37 of file shutdown_controller.h.
Referenced by isEngineStop(), and stopEngine().