rusefi-full/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 https://github.com/rusefi/rusefi_documentation/issues/37 2020-04-29 18:46:51 -04:00
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 Hw layer rearrangement (#2703) 2021-05-16 06:01:00 -04:00
hip9011.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
hip9011.h hip9011 (#2658) 2021-05-08 18:43:55 -04:00
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 Destroy all shared logger (#2574) 2021-04-21 14:28:48 -04:00
lps25.cpp Baro config (#2591) 2021-04-27 15:29:22 -04:00
lps25.h don't expose private state (#2696) 2021-05-14 14:56:45 -04:00
max31855.cpp (void) -> () (#3550) 2021-11-15 13:02:34 +01:00
max31855.h Hw layer rearrangement (#2703) 2021-05-16 06:01:00 -04:00
sensors.mk Hw layer rearrangement (#2705) 2021-05-16 14:11:28 +03:00
yaw_rate_sensor.cpp don't require EXTERN_ENGINE in every file (#2969) 2021-07-16 18:13:33 -04:00
yaw_rate_sensor.h happy new year 2020-01-08 00:02:40 -05:00