Queue 2.0
Queue handling library
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions | Variables
QueueIdxPeeking.ino File Reference
#include <cppQueue.h>

Classes

struct  strRec
 

Macros

#define IMPLEMENTATION   FIFO
 
#define OVERWRITE   true
 
#define NB_RECS   6
 

Typedefs

typedef struct strRec Rec
 

Functions

void setup ()
 
void loop ()
 

Variables

Rec tab [9]
 
cppQueue q (sizeof(Rec), NB_RECS, IMPLEMENTATION, OVERWRITE)
 

Macro Definition Documentation

◆ IMPLEMENTATION

#define IMPLEMENTATION   FIFO

◆ NB_RECS

#define NB_RECS   6

◆ 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 ( )

Variable Documentation

◆ q

◆ tab

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