SimpleRingBuffer Improvements #172
1 Participants
Notifications
Due Date
No due date set.
Blocks
#167 SharedRingBuffer
fsfw/fsfw
Reference: fsfw/fsfw#172
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