rusefi-1/firmware/controllers/actuators
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
..
gppwm Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
ac_control.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
ac_control.h Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
ac_control.txt
ac_control_generated.h
alternator_controller.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
alternator_controller.h
boost_control.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
boost_control.h Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
dc_motors.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
dc_motors.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
electronic_throttle.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
electronic_throttle.h Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
electronic_throttle_impl.h
fan_control.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
fan_control.h Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
idle_hardware.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
idle_hardware.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
idle_state.txt looks like value is never assigned 2021-10-30 21:28:55 -04:00
idle_state_generated.h Auto-generated configs and docs 2021-10-31 01:38:27 +00:00
idle_thread.cpp Make the module API more concise. (#3571) 2021-11-17 21:50:00 -05:00
idle_thread.h Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00
idle_thread_io.cpp
pwm_tester.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
pwm_tester.h
vvt.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
vvt.h Final cleanup of ENGINE macros (#3567) 2021-11-17 13:45:10 -05:00