rusefi/firmware/hw_layer/sensors
Scott Smith cc95bd6c8e
Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560)
* Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER*

for i in ": public EnginePtr " ", public EnginePtr" "EXPAND_Engine;" "EXPAND_Engine"; do
    git grep -l "$i" | xargs sed -i "s/$i//g"
done

git grep -l "inject" | xargs sed -i "/inject[(][)]/d"

for i in WITH_ENGINE_TEST_HELPER_SENS WITH_ENGINE_TEST_HELPER_BOARD_CALLBACK WITH_ENGINE_TEST_HELPER; do
    git grep -l "$i" | xargs sed -i "s/$i/EngineTestHelper eth/g"
done

git checkout firmware/controllers/core/engine_ptr.h
git checkout unit_tests/global.h

* Review fixups.
2021-11-16 16:52:11 -05:00
..
accelerometer.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
accelerometer.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
cj125.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
cj125.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
cj125.md
cj125_logic.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
cj125_logic.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
gps_uart.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
gps_uart.h
hip9011.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
hip9011.h
hip9011_logic.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
hip9011_logic.h Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
joystick.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
joystick.h
lps25.cpp Baro config (#2591) 2021-04-27 15:29:22 -04:00
lps25.h
max31855.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
max31855.h
sensors.mk
yaw_rate_sensor.cpp
yaw_rate_sensor.h