Ringbuffer class
History
Removed templates usage and moved to byte pointers. This makes the ring buffer more generic and removes the requirement to know all templates in .cpp
2016-01-13, by chris215 [Wed, 13 Jan 2016 05:31:28 +0000] rev 2
Removed templates usage and moved to byte pointers. This makes the ring buffer more generic and removes the requirement to know all templates in .cpp
Contains various bug fixes;
2016-01-13, by chris215 [Wed, 13 Jan 2016 02:34:23 +0000] rev 1
Contains various bug fixes;
Simple RingBuffer class
2016-01-11, by chris215 [Mon, 11 Jan 2016 04:46:57 +0000] rev 0
Simple RingBuffer class