amino
Lightweight Robot Utility Library
|
Circular buffers use a fixed-size array that acts as if connected end-to end. More...
#include <mem.h>
Public Attributes | |
void * | buf |
memory | |
size_t | n |
size of the circbuf | |
size_t | start |
start of filled data | |
size_t | end |
end of filled data | |
Circular buffers use a fixed-size array that acts as if connected end-to end.