MutexLock Class Reference

#include </home/sspr/src/www/orocos-1.0/export/build/orocos-rtt-1.2.2/build/rtt/os/MutexLock.hpp>

List of all members.


Detailed Description

MutexLock is a scope based Monitor, protecting critical sections with a Mutex object through locking and unlocking it.


Public Member Functions

 MutexLock (OS::MutexInterface &mutex)
 Create a lock on a Mutex object.
 ~MutexLock ()
 Remove a lock from a Mutex object.

Protected Attributes

OS::MutexInterface_mutex


Constructor & Destructor Documentation

MutexLock ( OS::MutexInterface mutex  )  [inline]

Create a lock on a Mutex object.

Parameters:
mutex The Mutex to be locked.


The documentation for this class was generated from the following file:
Generated on Fri Oct 19 16:27:29 2007 for Orocos by  doxygen 1.5.1