MatLogger2
1.0.0
Library for logging of numeric data to HDF5 MAT-files, which is RT-safe and multithreaded.
|
#include <mutex>
#include <condition_variable>
#include <thread>
Go to the source code of this file.
Namespaces | |
XBot | |
XBot::matlogger2 | |
Typedefs | |
typedef std::mutex | XBot::matlogger2::MutexType |
typedef std::condition_variable | XBot::matlogger2::CondVarType |
typedef std::thread | XBot::matlogger2::ThreadType |