#include <sys/types.h>
#include "system/System.h"
#include "Scavenger.h"
Include dependency graph for RingBuffer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | RingBuffer< T, N > |
| RingBuffer implements a lock-free ring buffer for one writer and N readers, that is to be used to store a sample type T. More... | |
1.5.1