circular integer buffer structure
More...
circular integer buffer structure
Definition at line 44 of file cib.h.
#include <cib.h>
|
| 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.
|
| |
◆ mask
Size of buffer -1, i.e.
mask of the bits
Definition at line 47 of file cib.h.
◆ read_count
| unsigned int cib_t::read_count |
number of (successful) read accesses
Definition at line 45 of file cib.h.
◆ write_count
| unsigned int cib_t::write_count |
number of (successful) write accesses
Definition at line 46 of file cib.h.
The documentation for this struct was generated from the following file: