MatLogger2
1.0.0
Library for logging of numeric data to HDF5 MAT-files, which is RT-safe and multithreaded.
|
This is the complete list of members for XBot::MatLogger2, including all inherited members.
add(const std::string &var_name, const Eigen::MatrixBase< Derived > &data) | XBot::MatLogger2 | inline |
add(const std::string &var_name, const std::vector< Scalar > &data) | XBot::MatLogger2 | inline |
add(const std::string &var_name, Iterator begin, Iterator end) | XBot::MatLogger2 | inline |
add(const std::string &var_name, double data) | XBot::MatLogger2 | |
create(const std::string &var_name, int rows, int cols=1, int buffer_size=-1) | XBot::MatLogger2 | |
flush_available_data() | XBot::MatLogger2 | |
get_filename() const | XBot::MatLogger2 | |
get_options() const | XBot::MatLogger2 | |
MakeLogger(Args...args) | XBot::MatLogger2 | static |
MakeLogger(Args...args) | XBot::MatLogger2 | inline |
Ptr typedef | XBot::MatLogger2 | |
set_buffer_mode(VariableBuffer::Mode buffer_mode) | XBot::MatLogger2 | |
set_on_data_available_callback(VariableBuffer::CallbackType callback) | XBot::MatLogger2 | |
WeakPtr typedef | XBot::MatLogger2 | |
~MatLogger2() | XBot::MatLogger2 |