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