Queue
2.0
Queue handling library
Loading...
Searching...
No Matches
examples
PointersQueue
Functions
|
Variables
PointersQueue.ino File Reference
#include <
cppQueue.h
>
Functions
void
setup
()
void
loop
()
Variables
const char *
str
[3]
cppQueue
q
(sizeof(String *), 3,
FIFO
)
Function Documentation
◆
loop()
void loop
(
)
Here is the call graph for this function:
◆
setup()
void setup
(
)
Variable Documentation
◆
q
cppQueue
q(sizeof(String *), 3,
FIFO
)
(
sizeof(String *)
,
3
,
FIFO
)
◆
str
const char* str[3]
Initial value:
= {
">>> This example demonstrates how to strip quotes"
,
">>> from strings using a queue of pointers"
,
">>> to access methods from the string class."
}
Generated by
1.10.0