rusefi-1/firmware/controllers/math
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
..
README
closed_loop_fuel.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
closed_loop_fuel.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
closed_loop_fuel_cell.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
closed_loop_fuel_cell.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00
engine_math.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
engine_math.h Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
math.mk
pid_auto_tune.cpp even more pch (#3112) 2021-08-04 19:30:52 -04:00
pid_auto_tune.h
speed_density.cpp Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565) 2021-11-17 03:54:21 -05:00
speed_density.h remove engine pointer passing (#3556) 2021-11-16 04:15:29 -05:00

README

This directory contains the core calculations for engine operation.