6d38fe1eb3
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. |
||
---|---|---|
.. | ||
containers | ||
math | ||
cli_registry.cpp | ||
cli_registry.h | ||
common.h | ||
datalogging.cpp | ||
datalogging.h | ||
efilib.cpp | ||
efilib.h | ||
efitime.h | ||
expected.h | ||
histogram.cpp | ||
histogram.h | ||
loggingcentral.cpp | ||
loggingcentral.h | ||
os_util.c | ||
os_util.h | ||
peak_detect.h | ||
readme.md | ||
rusefi_true.h | ||
scaled_channel.h | ||
timer.cpp | ||
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.