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.
Dependents: AsyncSerial AsyncSerial AsyncSerial AsyncSerialh
FIFO.hpp File Reference
Variable Length Ring Buffer. More...
Go to the source code of this file.
Data Structures | |
| class | FIFO< T > |
| Variable Length Software Ring Buffer. More... | |
Detailed Description
Variable Length Ring Buffer.
This library provides variable length ring buffering with software FIFO(First-in, First-out). This library overwrites when the buffer is full.
- Version:
- 2.1
- Date:
- 2016-11-20 T.Kawamura Written for AVR.
- 2017-03-28 T.Kawamura Fork for mbed/C++.
- 2017-03-29 T.Kawamura Add template.
- See also:
- Copyright (C) 2016-2017 T.Kawamura. Released under the MIT license. http://opensource.org/licenses/mit-license.php
Definition in file FIFO.hpp.
Generated on Sat Jul 16 2022 23:30:22 by
1.7.2