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.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CSVExporter Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ exportToCSV()

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.

Parameters
dataThe list of TestSessionData to be exported.
filePathThe path of the CSV file to export the data to.

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