リングバッファの管理情報 More...
#include <urg_ring_buffer.h>
Public Attributes | |
char * | buffer |
バッファへのポインタ | |
int | buffer_size |
バッファサイズ | |
int | first |
バッファの先頭位置 | |
int | last |
バッファの最終位置 |
リングバッファの管理情報
Definition at line 15 of file urg_ring_buffer.h.
char* ring_buffer_t::buffer |
バッファへのポインタ
Definition at line 17 of file urg_ring_buffer.h.
バッファサイズ
Definition at line 18 of file urg_ring_buffer.h.
バッファの先頭位置
Definition at line 19 of file urg_ring_buffer.h.
バッファの最終位置
Definition at line 20 of file urg_ring_buffer.h.