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::condition_variable Class Reference

#include <thread_replacement.h>

+ Collaboration diagram for XBot::matlogger2::condition_variable:

Public Member Functions

 condition_variable ()
 
template<typename Predicate >
void wait (std::unique_lock< mutex > &lock, const Predicate &pred)
 
void notify_one ()
 

Detailed Description

Definition at line 146 of file thread_replacement.h.

Constructor & Destructor Documentation

XBot::matlogger2::condition_variable::condition_variable ( )
inline

Definition at line 151 of file thread_replacement.h.

Member Function Documentation

void XBot::matlogger2::condition_variable::notify_one ( )
inline

Definition at line 182 of file thread_replacement.h.

template<typename Predicate >
void XBot::matlogger2::condition_variable::wait ( std::unique_lock< mutex > &  lock,
const Predicate &  pred 
)
inline

Definition at line 169 of file thread_replacement.h.


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