libamxc  1.10.3
C Generic Data Containers
_amxc_rbuffer Struct Reference

The ring buffer structure. More...

#include <amxc_rbuffer.h>

Data Fields

char * buffer_start
 
char * buffer_end
 
char * read_pos
 
char * write_pos
 

Detailed Description

The ring buffer structure.

Definition at line 84 of file amxc_rbuffer.h.

Field Documentation

◆ buffer_end

char* _amxc_rbuffer::buffer_end

The end of the buffer

Definition at line 86 of file amxc_rbuffer.h.

◆ buffer_start

char* _amxc_rbuffer::buffer_start

The beginning of the buffer

Definition at line 85 of file amxc_rbuffer.h.

◆ read_pos

char* _amxc_rbuffer::read_pos

Current read position

Definition at line 87 of file amxc_rbuffer.h.

◆ write_pos

char* _amxc_rbuffer::write_pos

Current write position

Definition at line 88 of file amxc_rbuffer.h.


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