SDK  23.9.2
For IoT System Software Development
Public Member Functions | List of all members
Queue< T > Class Template Reference

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)
 

The documentation for this class was generated from the following file: