11 lines
223 B
C++
11 lines
223 B
C++
|
/**
|
||
|
* @file cyclic_buffer.cpp
|
||
|
*
|
||
|
* @date Dec 8, 2013
|
||
|
* @author Andrey Belomutskiy, Daniel Hill (c) 2012-2014
|
||
|
* @author Daniel Hill - Modified to use C++ - Mar 2, 2014
|
||
|
*/
|
||
|
|
||
|
#include "cyclic_buffer.h"
|
||
|
#include <string.h>
|