additional comment

This commit is contained in:
Robin Müller 2020-08-08 23:47:44 +02:00
parent f9ce1d9eb9
commit 5d09ae3221
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ public:
*/
virtual ReturnValue_t unlockRingBufferMutex();
/**
* The mutex handle can be accessed directly, for example to perform
* the lock with the #MutexHelper for a RAII compliant lock operation.
* @return
*/
MutexIF* getMutexHandle() const;
private:
MutexIF* mutex = nullptr;