#include <matlogger2_backend.h>
|
virtual bool | init (std::string logger_name, bool enable_compression)=0 |
|
virtual bool | write (const char *name, const double *data, int rows, int cols, int slices)=0 |
|
virtual bool | close ()=0 |
|
Definition at line 9 of file matlogger2_backend.h.
virtual bool XBot::matlogger2::Backend::close |
( |
| ) |
|
|
pure virtual |
virtual bool XBot::matlogger2::Backend::init |
( |
std::string |
logger_name, |
|
|
bool |
enable_compression |
|
) |
| |
|
pure virtual |
virtual bool XBot::matlogger2::Backend::write |
( |
const char * |
name, |
|
|
const double * |
data, |
|
|
int |
rows, |
|
|
int |
cols, |
|
|
int |
slices |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: