rusefi-1/firmware/controllers/actuators
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
..
gppwm Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -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 remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
ac_control.txt better file locations 2021-10-16 20:17:01 -04:00
ac_control_generated.h Auto-generated configs and docs 2021-10-17 01:13:47 +00:00
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 Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -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 remove engine pointer passing (#3556) 2021-11-16 04:15:29 -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 Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
idle_thread.h Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
idle_thread_io.cpp refactoring - extracting idle state 2021-10-17 00:30:26 -04:00
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 Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00