Roomba App  1.0
frameBuffer.hh File Reference

FrameBuffer class declaration. More...

#include <list>
#include <mutex>
#include <string>
#include <thread>
Include dependency graph for frameBuffer.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FrameBuffer
 Class implementing circular buffer. More...
 

Detailed Description

Author
Jakub Kozłowicz (ja.ko.nosp@m.zlow.nosp@m.icz@g.nosp@m.mail.nosp@m..com)
Bartosz Wroński (barte.nosp@m.k-wr.nosp@m.onski.nosp@m.7@wp.nosp@m..pl)

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.

Version
1.0
Date
2022-06-16

Definition in file frameBuffer.hh.