amino
Lightweight Robot Utility Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
aa_circbuf_t Struct Reference

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
 

Detailed Description

Circular buffers use a fixed-size array that acts as if connected end-to end.

Definition at line 368 of file mem.h.


The documentation for this struct was generated from the following file: