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. | |
Control structure of the ring buffer.
1.8.0