AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
|
The CSVExporter class provides functionality to export data to a CSV file. More...
#include <CSVExporter.h>
Public Member Functions | |
void | exportToCSV (const QList< TestSessionData > &data, const QString &filePath) |
Export data to a CSV file. | |
The CSVExporter class provides functionality to export data to a CSV file.
This class allows exporting a QList<TestSessionData> to a CSV file specified by the filePath parameter.
void CSVExporter::exportToCSV | ( | const QList< TestSessionData > & | data, |
const QString & | filePath | ||
) |
Export data to a CSV file.
This function exports the provided data to a CSV file specified by the filePath parameter.
data | The list of TestSessionData to be exported. |
filePath | The path of the CSV file to export the data to. |