1
0
forked from fsfw/fsfw

added additional calls

This commit is contained in:
2020-08-04 11:47:47 +02:00
parent 6b475792a4
commit 4dcfa5125e
4 changed files with 21 additions and 3 deletions

View File

@ -64,13 +64,13 @@ public:
*/
ReturnValue_t getFreeElement(uint8_t** writePointer, size_t amount);
size_t getExcessBytes() const;
virtual size_t getExcessBytes() const;
/**
* Helper functions which moves any excess bytes to the start
* of the ring buffer.
* @return
*/
void moveExcessBytesToStart();
virtual void moveExcessBytesToStart();
/**
* Read from circular buffer at read pointer.