casa
5.7.0-16
|
Abstract class, for a synchronization mutex specific to the threading library used by the plotting implementations. More...
#include <PlotOperation.h>
Public Member Functions | |
PlotMutex () | |
Constructor. More... | |
virtual | ~PlotMutex () |
Destructor. More... | |
virtual void | lock ()=0 |
ABSTRACT METHODS //. More... | |
virtual void | unlock ()=0 |
Unlocks the mutex. More... | |
virtual bool | tryLock ()=0 |
Tries to lock the mutex, and returns immediately with either true for success (mutex is now locked), or false (mutex is unavailable). More... | |
Abstract class, for a synchronization mutex specific to the threading library used by the plotting implementations.
Definition at line 43 of file PlotOperation.h.
|
inline |
Constructor.
Definition at line 46 of file PlotOperation.h.
|
inlinevirtual |
Destructor.
Definition at line 49 of file PlotOperation.h.
|
pure virtual |
ABSTRACT METHODS //.
Locks the mutex.
|
pure virtual |
Tries to lock the mutex, and returns immediately with either true for success (mutex is now locked), or false (mutex is unavailable).
|
pure virtual |
Unlocks the mutex.