JunkBox_Lib++ (for Windows) 1.10.1
Loading...
Searching...
No Matches
ringBuffer Struct Reference

#include <tools.h>

Public Attributes

unsigned char * buf
 バッファ
 
int bufsz
 バッファ部のサイズ
 
int spoint
 バッファデータの開始点
 
int epoint
 バッファデータの終点+1 (データの追加点)
 
int datasz
 保存されているデータの全体の長さ
 
int npoint
 次のメッセージのスタートポイント(メッセージデータ用)
 
int datano
 格納されているデータの数(メッセージデータ用)
 
int state
 リングバッファの状態
 

Detailed Description

Definition at line 155 of file tools.h.

Member Data Documentation

◆ buf

◆ bufsz

◆ datano

int datano

Definition at line 162 of file tools.h.

◆ datasz

◆ epoint

int epoint

Definition at line 159 of file tools.h.

Referenced by put_Buffer_ringBuffer(), and put_ringBuffer().

◆ npoint

int npoint

Definition at line 161 of file tools.h.

◆ spoint

int spoint

Definition at line 158 of file tools.h.

Referenced by get_Buffer_ringBuffer(), get_ringBuffer(), ref_ringBuffer(), and seek_ringBuffer().

◆ state


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