1
0
forked from fsfw/fsfw

more simplifications for shared ring buffer

This commit is contained in:
2020-08-08 23:46:21 +02:00
parent 6484c1a276
commit f9ce1d9eb9
2 changed files with 4 additions and 7 deletions

View File

@ -24,8 +24,7 @@ public:
* will be overwritten.
*/
SharedRingBuffer(object_id_t objectId, const size_t size,
bool overwriteOld, size_t maxExcessBytes,
dur_millis_t mutexTimeout = 10);
bool overwriteOld, size_t maxExcessBytes);
/**
* This constructor takes an external buffer with the specified size.
@ -36,8 +35,7 @@ public:
* will be overwritten.
*/
SharedRingBuffer(object_id_t objectId, uint8_t* buffer, const size_t size,
bool overwriteOld, size_t maxExcessBytes,
dur_millis_t mutexTimeout = 10);
bool overwriteOld, size_t maxExcessBytes);
/**
* Unless a read-only constant value is read, all operations on the