Public Member Functions | Private Attributes | List of all members
Mutex Class Reference

#include <Mutex.hpp>

Public Member Functions

void lock ()
 
 Mutex ()
 
void unlock ()
 
 ~Mutex ()
 

Private Attributes

pthread_mutex_t m_mutex
 

Detailed Description

Definition at line 16 of file Mutex.hpp.

Constructor & Destructor Documentation

◆ Mutex()

Mutex::Mutex ( )

Definition at line 38 of file Mutex.cpp.

◆ ~Mutex()

Mutex::~Mutex ( )

Definition at line 43 of file Mutex.cpp.

Member Function Documentation

◆ lock()

void Mutex::lock ( )

Definition at line 47 of file Mutex.cpp.

◆ unlock()

void Mutex::unlock ( )

Definition at line 52 of file Mutex.cpp.

Member Data Documentation

◆ m_mutex

pthread_mutex_t Mutex::m_mutex
private

Definition at line 26 of file Mutex.hpp.


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


libsick_ldmrs
Author(s): SICK AG , Martin Günther , Jochen Sprickerhof
autogenerated on Wed Oct 26 2022 02:11:57