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

#include <thread_replacement.h>

+ Collaboration diagram for XBot::matlogger2::thread:

Public Member Functions

template<typename Callable , typename... Args>
 thread (Callable &&callable, Args &&...args)
 
template<typename Callable , typename... Args>
 thread (int sched_policy, int prio, Callable &&callable, Args &&...args)
 
void join ()
 

Detailed Description

Definition at line 13 of file thread_replacement.h.

Constructor & Destructor Documentation

template<typename Callable , typename... Args>
XBot::matlogger2::thread::thread ( Callable &&  callable,
Args &&...  args 
)
inline

Definition at line 19 of file thread_replacement.h.

template<typename Callable , typename... Args>
XBot::matlogger2::thread::thread ( int  sched_policy,
int  prio,
Callable &&  callable,
Args &&...  args 
)
inline

Definition at line 26 of file thread_replacement.h.

Member Function Documentation

void XBot::matlogger2::thread::join ( )
inline

Definition at line 32 of file thread_replacement.h.


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