rusefi-1/firmware/init/sensor
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
..
init_aux.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_baro.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_can_sensors.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
init_flex.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_fluid_pressure.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_fuel_level.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_lambda.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
init_maf.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_map.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
init_sensors.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_thermistors.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_tps.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_turbocharger_speed_sensor.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
init_vbatt.cpp remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
init_vehicle_speed_sensor.cpp Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00