fesa::SharedMutex Class Reference

This class implements a mutex variable in shared memory. More...

#include <SharedMutex.h>

Inheritance diagram for fesa::SharedMutex:
fesa::AbstractMutex

List of all members.

Public Member Functions

 SharedMutex (void *pAddrMemory)
 Constructor that creates a shared mutex at the shared memory address that is given as parameter.

Detailed Description

This class implements a mutex variable in shared memory.

Definition at line 15 of file SharedMutex.h.


Constructor & Destructor Documentation

fesa::SharedMutex::SharedMutex ( void *  pAddrMemory  ) 

Constructor that creates a shared mutex at the shared memory address that is given as parameter.

Parameters:
pAddrMemory 

Definition at line 16 of file SharedMutex.cpp.

References FesaErrorCreatingMutex, fesa::AbstractMutex::init(), fesa::AbstractMutex::lock_, and fesa::AbstractMutex::memoryOwner_.


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

Generated on 18 Jan 2013 for Fesa by  doxygen 1.6.1