rusefi/firmware/controllers/engine_cycle
Scott Smith 823d9a07e0
Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"

git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
2021-11-17 03:54:21 -05:00
..
aux_valves.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
aux_valves.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
fuel_schedule.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
high_pressure_fuel_pump.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
high_pressure_fuel_pump.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
knock_logic.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
knock_logic.h Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
main_trigger_callback.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
main_trigger_callback.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
map_averaging.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
map_averaging.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
readme.md Doxygen titles (#2728) 2021-05-22 22:10:58 +03:00
rpm_calculator.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
rpm_calculator.h Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
spark_logic.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
spark_logic.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00

readme.md

Engine Cycle

Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.