Arduino DLNA Server
Classes | Namespaces
RingBuffer.h File Reference
#include "Vector.h"
#include "stddef.h"
#include "stdint.h"
Include dependency graph for RingBuffer.h:

Go to the source code of this file.

Classes

class  tiny_dlna::RingBuffer
 Implementation of a Simple Circular Buffer. Instead of comparing the position of the read and write pointer in order to figure out if we still have characters available or space left to write we keep track of the actual length which is easier to follow. More...
 

Namespaces

 tiny_dlna