rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
engine_emulator.cpp File Reference

Detailed Description

Entry point for all the emulation and analysis code.

there is a chance that 90% of the code here is dead

Date
Mar 15, 2013
Author
Andrey Belomutskiy, (c) 2012-2020

Definition in file engine_emulator.cpp.

Functions

void initEngineEmulator ()
 

Function Documentation

◆ initEngineEmulator()

void initEngineEmulator ( )

Definition at line 17 of file engine_emulator.cpp.

17 {
18 if (hasFirmwareError())
19 return;
20
21#if EFI_POTENTIOMETER && HAL_USE_SPI
23#endif /* EFI_POTENTIOMETER && HAL_USE_SPI*/
24
25#if EFI_EMULATE_POSITION_SENSORS
27#endif // EFI_EMULATE_POSITION_SENSORS
28}
void initPotentiometers()
Definition poten.cpp:90
void initTriggerEmulator()

Referenced by commonEarlyInit().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.