mutex helper printf support and nullptr check #372

Merged
gaisser merged 5 commits from eive/fsfw:mueller/mutex-update into development 2021-02-23 14:22:24 +01:00
Owner
No description provided.
muellerr added the
feature
label 2021-02-23 11:31:11 +01:00
muellerr added 1 commit 2021-02-23 11:31:12 +01:00
gaisser reviewed 2021-02-23 14:01:51 +01:00
@ -15,0 +9,4 @@
MutexHelper(MutexIF* mutex, MutexIF::TimeoutType timeoutType =
MutexIF::TimeoutType::BLOCKING, uint32_t timeoutMs = 0):
internalMutex(mutex) {
if(mutex == nullptr) {
Owner

This should trigger an error printout

This should trigger an error printout
muellerr marked this conversation as resolved
muellerr added 1 commit 2021-02-23 14:10:05 +01:00
muellerr added 1 commit 2021-02-23 14:12:00 +01:00
muellerr added 1 commit 2021-02-23 14:14:36 +01:00
gaisser added 1 commit 2021-02-23 14:19:17 +01:00
gaisser merged commit 6cded300ae into development 2021-02-23 14:22:24 +01:00
gaisser deleted branch mueller/mutex-update 2021-02-23 14:22:28 +01:00
gaisser added this to the ASTP 1.0.0 Local pools milestone 2021-02-23 14:22:31 +01:00
gaisser self-assigned this 2021-02-23 14:22:34 +01:00
Sign in to join this conversation.
No description provided.