|
rusEFI
The most advanced open source ECU
|
Data Structures | |
| class | ShutdownController |
Enumerations | |
| enum class | StopRequestedReason : uint8_t { None , StartButton , Lua , Console , TsCommand , Board1 , Board2 , Board3 } |
Functions | |
| void | doScheduleStopEngine (StopRequestedReason reason) |
|
strong |
| Enumerator | |
|---|---|
| None | |
| StartButton | |
| Lua | |
| Console | |
| TsCommand | |
| Board1 | |
| Board2 | |
| Board3 | |
Definition at line 10 of file shutdown_controller.h.
| void doScheduleStopEngine | ( | StopRequestedReason | reason | ) |
Definition at line 8 of file shutdown_controller.cpp.
Referenced by configureRusefiLuaHooks(), executeTSCommand(), Engine::isInShutdownMode(), scheduleStopEngine(), and startStopButtonToggle().

