|
Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
#include <ObjectQueue.h>
Public Attributes | |
| const int | size |
Protected Attributes | |
| volatile int | numberOfElements |
| int | nextIn |
| int | nextOut |
| T * | raw [rawSize] |
FIFO for objects.