Orocos Real-Time Toolkit  2.6.0
Public Member Functions
RTT::os::MutexInterface Class Reference

An interface to a Mutex. More...

#include <rtt/os/Mutex.hpp>

Inheritance diagram for RTT::os::MutexInterface:
RTT::os::Mutex RTT::os::MutexRecursive

List of all members.

Public Member Functions

virtual void lock ()=0
virtual void unlock ()=0
virtual bool trylock ()=0
virtual bool timedlock (Seconds s)=0

Detailed Description

An interface to a Mutex.

See also:
MutexLock, MutexTryLock, MutexRecursive

Definition at line 61 of file Mutex.hpp.


The documentation for this class was generated from the following file: