RTT::OS::MutexInterface Class Reference
An interface to a
Mutex.
More...
#include <rtt/os/Mutex.hpp>
List of all members.
|
Public Member Functions |
|
virtual void | lock ()=0 |
|
virtual void | unlock ()=0 |
|
virtual bool | trylock ()=0 |
Detailed Description
An interface to a
Mutex.
- See also:
- MutexLock, MutexTryLock, MutexRecursive
Definition at line 55 of file Mutex.hpp.
The documentation for this class was generated from the following file: