BioSignalPi  v2
Signals | Public Member Functions | List of all members
DataLogger Class Reference

The DataLogger class. More...

#include <datalogger.h>

Inheritance diagram for DataLogger:
Inheritance graph
[legend]
Collaboration diagram for DataLogger:
Collaboration graph
[legend]

Signals

void updateStatus (QString status)
 Signal emitting status messages during the process. More...
 

Public Member Functions

 DataLogger (QObject *parent=0)
 
 ~DataLogger ()
 
void save (DataStream &input)
 Saves the input to a txt-file, header-file and edf-file(if bool saveAsEdf in SettingsSingleton) More...
 

Detailed Description

The DataLogger class.

Author
Martin

Definition at line 16 of file datalogger.h.

Constructor & Destructor Documentation

DataLogger::DataLogger ( QObject *  parent = 0)
explicit

Definition at line 9 of file datalogger.cpp.

DataLogger::~DataLogger ( )

Definition at line 14 of file datalogger.cpp.

Member Function Documentation

void DataLogger::save ( DataStream input)

Saves the input to a txt-file, header-file and edf-file(if bool saveAsEdf in SettingsSingleton)

Saves the information from an EcgStreamObject stored in a DataStream vector.

lements.

Definition at line 21 of file datalogger.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void DataLogger::updateStatus ( QString  status)
signal

Signal emitting status messages during the process.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: