common: Implement a ring buffer

This commit is contained in:
MerryMage 2018-09-08 20:42:25 +01:00
parent 17978cf758
commit 761ef78408
2 changed files with 112 additions and 0 deletions

View file

@ -72,6 +72,7 @@ add_library(common STATIC
param_package.cpp
param_package.h
quaternion.h
ring_buffer.h
scm_rev.cpp
scm_rev.h
scope_exit.h