MatLogger2
1.0.0
Library for logging of numeric data to HDF5 MAT-files, which is RT-safe and multithreaded.
|
Namespaces | |
matlogger2 | |
Classes | |
class | MatAppender |
The MatAppender class allows to flush data to disk from multiple MatLogger2 loggers at once, both synchronously and from a separate flusher thread. More... | |
class | MatLogger2 |
The MatLogger2 class allows the user to save numeric variables (scalars, vectors, matrices) to HDF5 MAT-files. More... | |
class | VariableBuffer |
The VariableBuffer class implements a memory buffer for a single logged variable. More... | |