rapido
Data Fields
rapido_buffer_t Struct Reference

A growing and cycling byte buffer. More...

#include <rapido.h>

Data Fields

size_t capacity
 
size_t size
 
size_t front_index
 
size_t back_index
 
uint8_t * data
 

Detailed Description

A growing and cycling byte buffer.

Due to cycling, the buffer can allocate or return a smaller memory zone than wanted.


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