Skip to content

Conversation

@Fyusel
Copy link

@Fyusel Fyusel commented Apr 23, 2020

The circular buffer provides two behaviors in case the buffer is running full:

  • discard: new data won't be written to the buffer
  • overwrite: oldest data will be overwritten

Some unit tests were added to test those two behaviors.

Signed-off-by: Alexander Dahmen [email protected]

Build instructions can be found in the README.md

The circular buffer provides two behaviors in case the buffer is running full:
 - discard: new data won't be written to the buffer
 - overwrite: oldest data will be overwritten

Some unit tests were added to test those two behaviors.

Signed-off-by: Alexander Dahmen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant