Silvano Seva
|
54aa794bf8
|
Changed file extension of all C++ only header files from .h to .hpp
|
2022-07-09 18:22:36 +02:00 |
Silvano Seva
|
ff7a28ff59
|
RingBuffer class: implemented eraseElement() function, rewritten the pop() function in a cleaner way, fixed a bug in the pop() function causing the not_full condition variable to be never rised.
|
2022-05-27 21:49:33 +02:00 |
Silvano Seva
|
6be567a781
|
Implementation of a statically allocated ring buffer with blocking and non-blocking push and pop
|
2022-05-27 21:48:47 +02:00 |