rusefi/firmware/controllers/sensors
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
..
converters Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
AemXSeriesLambda.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
AemXSeriesLambda.h
Lps25Sensor.cpp
Lps25Sensor.h
allsensors.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
allsensors.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
auto_generated_sensor.cpp enum reader progress 2021-10-20 21:46:43 -04:00
auto_generated_sensor.h refactoring - auto-generating names 2021-10-16 17:49:02 -04:00
can_sensor.h
ego.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
ego.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
fallback_sensor.h put MAP in the sensor model (#3292) 2021-10-04 17:18:08 -04:00
frequency_sensor.cpp Turbo sensor (#3245) 2021-09-20 15:39:41 -04:00
frequency_sensor.h Turbo sensor (#3245) 2021-09-20 15:39:41 -04:00
function_pointer_sensor.h
functional_sensor.cpp
functional_sensor.h
maf.cpp
maf.h
map.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
map.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
proxy_sensor.h
redundant_ford_tps.cpp
redundant_ford_tps.h
redundant_sensor.cpp
redundant_sensor.h
sensor.cpp lua can set sensors (#3389) 2021-10-22 16:36:29 -04:00
sensor.h lua can set sensors (#3389) 2021-10-22 16:36:29 -04:00
sensor_info_printing.cpp put MAP in the sensor model (#3292) 2021-10-04 17:18:08 -04:00
sensor_reader.h
sensor_type.h MAP phase sensing #3544 2021-11-14 21:24:59 -05:00
sensors.mk refactoring - auto-generating names 2021-10-16 17:49:02 -04:00
software_knock.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
software_knock.h
stored_value_sensor.h can vss (#3402) 2021-10-24 19:04:47 -04:00
thermistors.cpp
thermistors.h
tps.cpp
tps.h
vr_pwm.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
vr_pwm.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00