#include "api/LCDLock.h"
Collaboration diagram for LCDLock:
Definition at line 15 of file LCDLock.h.
Public Member Functions | |
LCDLock (LCDMutex *mutex) | |
Constructor locking an LCD mutex. | |
LCDLock (::pthread_mutex_t *mutex) | |
Constructor locking a Posix mutex. | |
~LCDLock () | |
Destructor unlocking the mutex. |
|
This constructor locks the LCD mutex and stores it. |
|
This constructor locks the Posix mutex and stores it. |
|
This destructor unlocks the mutex. |