|
Hospital Analyser
1.0
|
The CSVWriter class Provides functionality to save measured data to CSV file. More...
#include <csvwriter.h>
Public Member Functions | |
| void | SetDataSource (QList< QList< qreal >> data) |
| CSVWriter::SetDataSource Passes data to be saved to class variable. More... | |
| void | CreateFile () |
| CSVWriter::CreateFile Creates file with timestamp prior to new measurement. | |
| void | run () |
| CSVWriter::run Invokable method to start saving procedure in new thread. | |
The CSVWriter class Provides functionality to save measured data to CSV file.
| void CSVWriter::SetDataSource | ( | QList< QList< qreal >> | data | ) |
CSVWriter::SetDataSource Passes data to be saved to class variable.
| data | List of measured sets of data from DeviceMeasurementManager class |
1.8.14