A template for ring buffer implementation

Dependents:   AwsomeStation LoRaBaseStation LoRaTerminal

History

Rename CircularBuffer to RingBuffer default tip

2021-09-02, by rba90 [Thu, 02 Sep 2021 00:16:51 +0000] rev 7

Rename CircularBuffer to RingBuffer


fix a bug where size_t is always positive

2016-09-03, by rba90 [Sat, 03 Sep 2016 05:41:23 +0000] rev 6

fix a bug where size_t is always positive


add template for AlohaFrame*

2016-09-02, by rba90 [Fri, 02 Sep 2016 03:23:04 +0000] rev 5

add template for AlohaFrame*


remove debug text

2016-09-01, by rba90 [Thu, 01 Sep 2016 04:08:34 +0000] rev 4

remove debug text


use size_t as indices of ringbuffer class

2016-09-01, by rba90 [Thu, 01 Sep 2016 04:01:40 +0000] rev 3

use size_t as indices of ringbuffer class


rename define

2016-07-23, by rba90 [Sat, 23 Jul 2016 07:50:53 +0000] rev 2

rename define


Rename buffer to RingBuffer to avoid potential building error

2016-07-23, by rba90 [Sat, 23 Jul 2016 07:39:05 +0000] rev 1

Rename buffer to RingBuffer to avoid potential building error


Init

2016-06-19, by rba90 [Sun, 19 Jun 2016 01:36:24 +0000] rev 0

Init