Public Attributes | List of all members
ring_buffer_t Struct Reference

リングバッファの管理情報 More...

#include <urg_ring_buffer.h>

Public Attributes

char * buffer
 バッファへのポインタ More...
 
int buffer_size
 バッファサイズ More...
 
int first
 バッファの先頭位置 More...
 
int last
 バッファの最終位置 More...
 

Detailed Description

リングバッファの管理情報

Definition at line 15 of file urg_ring_buffer.h.

Member Data Documentation

char* ring_buffer_t::buffer

バッファへのポインタ

Definition at line 17 of file urg_ring_buffer.h.

int ring_buffer_t::buffer_size

バッファサイズ

Definition at line 18 of file urg_ring_buffer.h.

int ring_buffer_t::first

バッファの先頭位置

Definition at line 19 of file urg_ring_buffer.h.

int ring_buffer_t::last

バッファの最終位置

Definition at line 20 of file urg_ring_buffer.h.


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


urg_c
Author(s): Satofumi Kamimura , Katsumi Kimoto, Adrian Boeing
autogenerated on Thu Jun 6 2019 19:27:49