rusefi-1/firmware/util
Scott Smith 6d38fe1eb3
Allow scaled_channel to have both multiplier and divisor (#3468)
Disallow scaled_channel for float.  I can't think of a reason to allow it, and it gets in the way
of rounding.

Add separate template param to setTable; let the compiler sort out whether assignment can happen
between TElement and VElement without forcing them to be the same at function call time.
2021-11-05 17:34:22 -04:00
..
containers Allow scaled_channel to have both multiplier and divisor (#3468) 2021-11-05 17:34:22 -04:00
math Create an interpolate3d function to match the interpolate2d, but for 3d tables. (#3459) 2021-11-04 14:07:37 -04:00
cli_registry.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
cli_registry.h
common.h
datalogging.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
datalogging.h
efilib.cpp
efilib.h
efitime.h
expected.h
histogram.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
histogram.h
loggingcentral.cpp Lua CAN RX (#3403) 2021-10-24 08:37:04 -04:00
loggingcentral.h
os_util.c
os_util.h
peak_detect.h
readme.md
rusefi_true.h
scaled_channel.h Allow scaled_channel to have both multiplier and divisor (#3468) 2021-11-05 17:34:22 -04:00
timer.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
timer.h
util.mk

readme.md

Util

In this folder we have all the tiny utility stuff.

Ideally, code from this folder should not depend on code from any other folder.