cib_t Struct Reference

circular integer buffer structure More...

Detailed Description

circular integer buffer structure

Definition at line 34 of file cib.h.

#include <cib.h>

Data Fields

unsigned int read_count
 number of (successful) read accesses
 
unsigned int write_count
 number of (successful) write accesses
 
unsigned int mask
 Size of buffer -1, i.e. More...
 

Field Documentation

◆ mask

unsigned int cib_t::mask

Size of buffer -1, i.e.

mask of the bits

Definition at line 37 of file cib.h.


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