fome-fw/firmware/util/containers
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
..
cyclic_buffer.cpp
cyclic_buffer.h
fifo_buffer.h
fl_stack.h yet more pch (#3068) 2021-08-03 22:05:01 -04:00
listener_array.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
listener_array.h yet more pch (#3068) 2021-08-03 22:05:01 -04:00
local_version_holder.cpp
local_version_holder.h
table_helper.cpp yet more pch (#3068) 2021-08-03 22:05:01 -04:00
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