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