Queue 2.0
Queue handling library
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions | Variables
LibTst.ino File Reference
#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)
 

Macro Definition Documentation

◆ IMPLEMENTATION

#define IMPLEMENTATION   FIFO

◆ NB_PULL

#define NB_PULL   11

◆ NB_PUSH

#define NB_PUSH   14

◆ OVERWRITE

#define OVERWRITE   true

Typedef Documentation

◆ Rec

typedef struct strRec Rec

Function Documentation

◆ loop()

void loop ( )
Here is the call graph for this function:

◆ setup()

void setup ( )
Here is the call graph for this function:

Variable Documentation

◆ q

cppQueue q(sizeof(Rec), 10, IMPLEMENTATION, OVERWRITE) ( sizeof(Rec) ,
10 ,
IMPLEMENTATION ,
OVERWRITE  )

◆ tab

Rec tab[6]
Initial value:
= {
{ 0x1234, 0x3456 },
{ 0x5678, 0x7890 },
{ 0x90AB, 0xABCD },
{ 0xCDEF, 0xEFDC },
{ 0xDCBA, 0xBA09 },
{ 0x0987, 0x8765 }
}