Nol.A SDK Library
24.7.1
For IoT System Software Development
|
Public Member Functions | |
void | init (T *list, uint8_t size) |
error_t | add (T item) |
error_t | pop (T &item) |
bool | isFull () |
bool | isEmpty () |
uint8_t | getLength () |
error_t | peek (T &item) |