An interface to a Mutex.
More...
#include <rtt/os/Mutex.hpp>
An interface to a Mutex.
- See also
- MutexLock, MutexTryLock, MutexRecursive
Definition at line 61 of file Mutex.hpp.
virtual RTT::os::MutexInterface::~MutexInterface |
( |
| ) |
|
|
inlinevirtual |
virtual void RTT::os::MutexInterface::lock |
( |
| ) |
|
|
pure virtual |
virtual bool RTT::os::MutexInterface::timedlock |
( |
Seconds |
s | ) |
|
|
pure virtual |
virtual bool RTT::os::MutexInterface::trylock |
( |
| ) |
|
|
pure virtual |
virtual void RTT::os::MutexInterface::unlock |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: