rapido
Data Fields
rapido_queue_t Struct Reference

A growing and cycling queue allocating capacity * item_size bytes. More...

#include <rapido.h>

Data Fields

size_t capacity
 
size_t size
 
size_t front_index
 
size_t back_index
 
size_t item_size
 
uint8_t * data
 

Detailed Description

A growing and cycling queue allocating capacity * item_size bytes.


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