SimpleRingBuffer Improvements #172

Merged
gaisser merged 10 commits from KSat/fsfw:mueller/SimpleRingBufferUpdate2 into master 2020-09-22 15:07:36 +02:00
Owner

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!

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!
muellerr added the
feature
API Change
labels 2020-08-24 14:58:27 +02:00
muellerr changed title from mueller/SimpleRingBufferUpdate2 to SimpleRingBuffer Improvements 2020-08-24 14:58:45 +02:00
muellerr added a new dependency 2020-08-28 13:27:30 +02:00
gaisser merged commit 40d83fe603 into master 2020-09-22 15:07:34 +02:00
gaisser deleted branch mueller/SimpleRingBufferUpdate2 2020-09-22 15:07:38 +02:00
Sign in to join this conversation.
No description provided.