rusefi-1/firmware/controllers/engine_cycle
Scott Smith 98040ad9af
Make the module API more concise. (#3571)
engineModules.get<FOO>(). becomes modules<FOO>()->

I believe the new API is more conducive to supporting arrays, by doing std::array<T, N> or
std::array<Mockable<T>, N>, with the support of a helper class.
2021-11-17 21:50:00 -05:00
..
aux_valves.cpp
aux_valves.h
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
high_pressure_fuel_pump.h
knock_logic.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
knock_logic.h
main_trigger_callback.cpp Make the module API more concise. (#3571) 2021-11-17 21:50:00 -05:00
main_trigger_callback.h
map_averaging.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
map_averaging.h
readme.md
rpm_calculator.cpp Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
rpm_calculator.h Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
spark_logic.cpp Add a lock for scheduleOrQueue events. (#3572) 2021-11-18 05:08:32 +03:00
spark_logic.h

readme.md

Engine Cycle

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