rusefi-1/unit_tests/tests/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
..
Makefile
test_buffered_writer.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
test_closed_loop_controller.cpp
test_error_accumulator.cpp better pch usage and gmock constructors (#3426) 2021-10-30 20:31:09 -04:00
test_scaled_channel.cpp Allow scaled_channel to have both multiplier and divisor (#3468) 2021-11-05 17:34:22 -04:00
test_timer.cpp
test_util.mk