KM3NeT CLB  2.0
KM3NeT CLB v2 Embedded Software
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
VarQueue Struct Reference

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
 

Detailed Description

Variable length queue structure.

Use VQ_INIT as a convenience function.

Definition at line 50 of file varqueue.h.


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