Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
ring_buffer< T, Size, S > Class Template Reference
The Ring Buffer Template. More...
#include <usrlib.h>
Detailed Description
template<typename T, word Size, typename S = byte>
class usr::ring_buffer< T, Size, S >
The Ring Buffer Template.
Carries out FIFO functionality for arbitrary data types
Allows to: add item to back (default), add item to front, get item at front (default), get item from back, write items from array, read items to array and some other actions
Generated on Wed Jul 13 2022 05:20:16 by
1.7.2