Queue 2.0
Queue handling library
|
#include <cppQueue.h>
Classes | |
struct | strRec |
Macros | |
#define | OVERWRITE true |
#define | USE_PEEK_PREVIOUS |
#define | NB_RECS 7 |
Typedefs | |
typedef struct strRec | Rec |
Functions | |
void | setup () |
void | loop () |
Variables | |
Rec | tab [14] |
cppQueue | q (sizeof(Rec), NB_RECS, FIFO, OVERWRITE) |
#define NB_RECS 7 |
#define OVERWRITE true |
#define USE_PEEK_PREVIOUS |
void loop | ( | ) |
void setup | ( | ) |
Rec tab[14] |