All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Data Fields
ring_buffer_t Struct Reference

Control structure of the ring buffer. More...

#include <urg_ring_buffer.h>

Data Fields

char * buffer
 Pointer to the data buffer.
int buffer_size
 Buffer size.
int first
 Index of the first entry of the buffer.
int last
 Index of the last entry of the buffer.

Detailed Description

Control structure of the ring buffer.


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