SimpleRingBuffer Improvements #172
No reviewers
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#167 SharedRingBuffer
fsfw/fsfw
Reference: fsfw/fsfw#172
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "KSat/fsfw:mueller/SimpleRingBufferUpdate2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
API of read call changed a bit (size_t), getFreeElement function added and unittested.
API change for
readData()
The third argument is
incrementReadPtr
.It can be used to specify whether the read pointer is incremented with the read (which deletes the data read by incrementing the read pointer).
Users who use
readData()
should adapt their calls if they use the former third parameter!mueller/SimpleRingBufferUpdate2to SimpleRingBuffer Improvements