KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
Variable length queue structure. More...
#include <varqueue.h>
Data Fields | |
uint8_t *const | mem |
Pointer to memory. | |
const uint16_t | size |
Size of the memory. | |
uint16_t | used |
bytes used | |
uint16_t | read |
read index | |
uint16_t | write |
write index | |
Variable length queue structure.
Use VQ_INIT as a convenience function.
Definition at line 50 of file varqueue.h.