MatLogger2  1.0.0
Library for logging of numeric data to HDF5 MAT-files, which is RT-safe and multithreaded.
Public Member Functions | List of all members
XBot::matlogger2::mutex Class Reference

#include <thread_replacement.h>

+ Collaboration diagram for XBot::matlogger2::mutex:

Public Member Functions

 mutex ()
 
void lock ()
 
bool try_lock ()
 
void unlock ()
 
pthread_mutex_t * get_native_handle ()
 

Detailed Description

Definition at line 79 of file thread_replacement.h.

Constructor & Destructor Documentation

XBot::matlogger2::mutex::mutex ( )
inline

Definition at line 84 of file thread_replacement.h.

Member Function Documentation

pthread_mutex_t* XBot::matlogger2::mutex::get_native_handle ( )
inline

Definition at line 126 of file thread_replacement.h.

void XBot::matlogger2::mutex::lock ( )
inline

Definition at line 98 of file thread_replacement.h.

bool XBot::matlogger2::mutex::try_lock ( )
inline

Definition at line 106 of file thread_replacement.h.

void XBot::matlogger2::mutex::unlock ( )
inline

Definition at line 118 of file thread_replacement.h.


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