A template for ring buffer implementation
Dependents: AwsomeStation LoRaBaseStation LoRaTerminal
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:3e06927ef5ec | 2021-09-02 | rba90 | Rename CircularBuffer to RingBuffer |
6:790344151d69 | 2016-09-03 | rba90 | fix a bug where size_t is always positive |
5:021f688bfdaa | 2016-09-02 | rba90 | add template for AlohaFrame* |
4:e996c0644148 | 2016-09-01 | rba90 | remove debug text |
3:21ee07b29eb7 | 2016-09-01 | rba90 | use size_t as indices of ringbuffer class |
2:8949ad751081 | 2016-07-23 | rba90 | rename define |
1:5f641cf190da | 2016-07-23 | rba90 | Rename buffer to RingBuffer to avoid potential building error |
0:36b372831d9e | 2016-06-19 | rba90 | Init |