rusefi-full/firmware/controllers/sensors
Matthew Kennedy f629ec038b add sensor framework, tests (#929)
* add framework, tests

* move oil pressure to new way

* add init logic

* brackets on the same line

* spaces -> tabs

* spaces -> tabs for tests

* bracket on same line

* hook up sensor mocking

* add nan check

* fix nan check

* I wrote an essay

* casing

* only init if we have a sensor to init

* style, actually call init

* format

* fix casing

* typo

* implement linear sensor

* wire up producer

* smarter limiting

* setup comments

* add reporting

* doxyfile

* oops

* add adc subscription

* clarity

* fix logic

* multiply voltage

* test styling

* test guards

* remove dependencies

* linear sensor test

* remove unused

* fix merge

* format, implicit convert op

* explicit

* format tests

* fix merge
2019-09-21 14:33:38 -04:00
..
allsensors.cpp Kill Dead Code 2: Electric Boogaloo (#940) 2019-09-18 20:23:14 -04:00
allsensors.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
converter_sensor.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
ego.cpp reducing complexity 2019-09-20 01:06:15 -04:00
ego.h The Big Refactoring of 2019: DECLARE_ENGINE_PARAMETER_SUFFIX consistency and simplification #657 2019-05-03 18:41:43 -04:00
function_pointer_sensor.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
hip9011_lookup.cpp typo 2019-02-27 17:13:05 -05:00
hip9011_lookup.h #35 2019-01-07 23:23:50 -05:00
linear_sensor.cpp add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
linear_sensor.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
maf.cpp reducing complexity 2019-09-20 01:06:15 -04:00
maf.h Fix some maf logic (#880) 2019-07-10 09:14:47 +03:00
maf2map.cpp MAF2MAP convestion #538 2019-01-13 01:53:58 -05:00
maf2map.h adding support for smaller table axis 2019-06-10 12:38:32 -04:00
map.cpp reducing complexity 2019-09-20 01:06:15 -04:00
map.h remove sensor_types.h (#928) 2019-09-11 18:10:49 -04:00
sensor.cpp add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
sensor.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
sensor_reader.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
sensor_type.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
sensors.mk add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
stored_value_sensor.h add sensor framework, tests (#929) 2019-09-21 14:33:38 -04:00
thermistors.cpp reducing complexity 2019-09-20 01:06:15 -04:00
thermistors.h remove sensor_types.h (#928) 2019-09-11 18:10:49 -04:00
tps.cpp reducing complexity 2019-09-20 01:06:15 -04:00
tps.h mock PPS voltage command in addition to mock PPS position 2019-09-01 17:35:43 -04:00
voltage.cpp reducing complexity 2019-09-20 01:06:15 -04:00
voltage.h refactoring 2018-09-16 22:26:57 -04:00