MatLogger2  1.0.0
Library for logging of numeric data to HDF5 MAT-files, which is RT-safe and multithreaded.
Public Types | Public Member Functions | Static Public Member Functions | List of all members
XBot::matlogger2::Backend Class Referenceabstract

#include <matlogger2_backend.h>

+ Inheritance diagram for XBot::matlogger2::Backend:
+ Collaboration diagram for XBot::matlogger2::Backend:

Public Types

typedef std::unique_ptr< BackendUniquePtr
 
typedef std::shared_ptr< BackendPtr
 

Public Member Functions

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
 

Static Public Member Functions

static UniquePtr MakeInstance (std::string type)
 

Detailed Description

Definition at line 9 of file matlogger2_backend.h.

Member Typedef Documentation

typedef std::shared_ptr<Backend> XBot::matlogger2::Backend::Ptr

Definition at line 15 of file matlogger2_backend.h.

Definition at line 14 of file matlogger2_backend.h.

Member Function Documentation

virtual bool XBot::matlogger2::Backend::close ( )
pure virtual
virtual bool XBot::matlogger2::Backend::init ( std::string  logger_name,
bool  enable_compression 
)
pure virtual
XBot::matlogger2::Backend::UniquePtr XBot::matlogger2::Backend::MakeInstance ( std::string  type)
static

Definition at line 87 of file matlogger2_backend.cpp.

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: