Roomba App
1.0
|
FrameBuffer class declaration. More...
#include <list>
#include <mutex>
#include <string>
#include <thread>
Go to the source code of this file.
Classes | |
class | FrameBuffer |
Class implementing circular buffer. More... | |
FrameBuffer class implements circular buffer with data overwritten when size of this buffer is to big. It allows to read from the serial device on a different thread.
Definition in file frameBuffer.hh.