rusefi-full/firmware/util/containers
Scott Smith 98040ad9af
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
..
cyclic_buffer.cpp
cyclic_buffer.h
fifo_buffer.h
fl_stack.h
listener_array.cpp
listener_array.h
local_version_holder.cpp
local_version_holder.h
table_helper.cpp
table_helper.h Allow scaled_channel to have both multiplier and divisor (#3468) 2021-11-05 17:34:22 -04:00
type_list.h Make the module API more concise. (#3571) 2021-11-17 21:50:00 -05:00