fome-fw/firmware/util
Scott Smith b3e0b28c75 Make the module API more concise. (#3571)
engineModules.get<FOO>(). becomes modules<FOO>()->

I believe the new API is more conducive to supporting arrays, by doing std::array<T, N> or
std::array<Mockable<T>, N>, with the support of a helper class.
2021-11-17 21:50:00 -05:00
..
containers Make the module API more concise. (#3571) 2021-11-17 21:50:00 -05:00
math Programmatically remove EnginePtr/inject, EXPAND_Engine, and WITH_ENGINE_TEST_HELPER* (#3560) 2021-11-16 16:52:11 -05:00
cli_registry.cpp
cli_registry.h
common.h
datalogging.cpp dead code 2021-11-08 19:01:18 -05:00
datalogging.h dead code 2021-11-08 19:01:18 -05:00
efilib.cpp dead code 2021-11-08 19:01:18 -05:00
efilib.h Lua: changing "table" API 2021-11-14 16:29:46 -05:00
efitime.h Overflow in currentTimeMillis and getTimeNowSeconds #3531 2021-11-11 16:39:23 -05:00
expected.h
histogram.cpp
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 refactoring launch 2021-11-15 19:34:42 -05:00
timer.h more API 2021-11-14 14:53:44 -05:00
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.