rusEFI
The most advanced open source ECU
controllers
shutdown_controller.cpp
Go to the documentation of this file.
1
/*
2
* @file shutdown_controller.cpp
3
*
4
*/
5
6
#include "
pch.h
"
7
8
void
doScheduleStopEngine
() {
9
#if EFI_SHAFT_POSITION_INPUT
10
efiPrintf(
"Let's stop this engine!"
);
11
getLimpManager
()->
shutdownController
.
stopEngine
();
12
#endif
// EFI_SHAFT_POSITION_INPUT
13
// todo: initiate stepper motor parking
14
// make sure we have stored all the info
15
#if EFI_PROD_CODE
16
//todo: FIX kinetis build with this line
17
//backupRamFlush();
18
#endif
// EFI_PROD_CODE
19
}
LimpManager::shutdownController
ShutdownController shutdownController
Definition:
limp_manager.h:88
ShutdownController::stopEngine
void stopEngine()
Definition:
shutdown_controller.h:14
getLimpManager
LimpManager * getLimpManager()
Definition:
engine.cpp:617
pch.h
doScheduleStopEngine
void doScheduleStopEngine()
Definition:
shutdown_controller.cpp:8
Generated on Tue Sep 17 2024 00:06:37 for rusEFI by
1.9.1