MatLogger2
1.0.0
Library for logging of numeric data to HDF5 MAT-files, which is RT-safe and multithreaded.
|
Public Member Functions | |
virtual bool | close () |
virtual bool | init (std::string logger_name, bool compression) |
virtual bool | write (const char *name, const double *data, int rows, int cols, int slices) |
Additional Inherited Members | |
Public Types inherited from XBot::matlogger2::Backend | |
typedef std::unique_ptr< Backend > | UniquePtr |
typedef std::shared_ptr< Backend > | Ptr |
Static Public Member Functions inherited from XBot::matlogger2::Backend | |
static UniquePtr | MakeInstance (std::string type) |
Definition at line 77 of file matlogger2_backend.cpp.
|
inlinevirtual |
Implements XBot::matlogger2::Backend.
Definition at line 81 of file matlogger2_backend.cpp.
|
inlinevirtual |
Implements XBot::matlogger2::Backend.
Definition at line 82 of file matlogger2_backend.cpp.
|
inlinevirtual |
Implements XBot::matlogger2::Backend.
Definition at line 83 of file matlogger2_backend.cpp.