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

Macros

#define MAX_LENGTH   50
 
#define EOT_CHAR   ';'
 

Functions

void setup ()
 
void loop ()
 

Variables

cppQueue q (sizeof(char), MAX_LENGTH, FIFO, true)
 

Macro Definition Documentation

◆ EOT_CHAR

#define EOT_CHAR   ';'

◆ MAX_LENGTH

#define MAX_LENGTH   50

Function Documentation

◆ loop()

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

◆ setup()

void setup ( )

Variable Documentation

◆ q

cppQueue q(sizeof(char), MAX_LENGTH, FIFO, true) ( sizeof(char) ,
MAX_LENGTH ,
FIFO ,
true  )