Ring buffer control struct.
More...
#include <ring_buffer.h>
|
|
void ** | p_data |
| | Pointer to the underlying data region.
|
| |
|
size_t | length |
| | Number of elements in the buffer.
|
| |
|
size_t | head_idx |
| | Index to the head of the ring buffer.
|
| |
|
size_t | tail_idx |
| | Index to the tail of the ring buffer.
|
| |
Ring buffer control struct.
The documentation for this struct was generated from the following file: