12 #ifndef FRAMEBUFFER_HH
13 #define FRAMEBUFFER_HH
50 void addFrame(
const std::string& frame);
bool isFrame() const
Check if list contain any frame.
FrameBuffer()
Construct new FrameBuffer object.
std::list< std::string > _frameList
List containing individual frames.
std::mutex _access
Mutex that provides single access to the list.
void addFrame(const std::string &frame)
Add one frame to the end of the list.
~FrameBuffer()
Desctruct FrameBuffer object.
bool getFrame(std::string &frame)
Get one frame from the top of the list.