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

Classes

struct  strRec
 

Typedefs

typedef struct strRec Record
 

Functions

void setup ()
 
void loop ()
 

Variables

cppQueue queue (sizeof(Record), 10, LIFO, false)
 

Typedef Documentation

◆ Record

typedef struct strRec Record

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

◆ queue

cppQueue queue(sizeof(Record), 10, LIFO, false) ( sizeof(Record) ,
10 ,
LIFO ,
false  )