noka @willow-micro / FIFO

Dependents:   AsyncSerial AsyncSerial AsyncSerial AsyncSerialh

Embed: (wiki syntax)

« Back to documentation index

FIFO.hpp File Reference

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.

Author:
T.Kawamura
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.