Serial Studio 1.1.6
A dashboard software for your embedded projects
CSV::RawFrame Struct Reference

The Export class. More...

#include <Export.h>

Collaboration diagram for CSV::RawFrame:
Collaboration graph

Public Attributes

QByteArray data
 
QDateTime rxDateTime
 

Detailed Description

The Export class.

The CSV export class receives data from the IO::Manager class and exports the received frames into a CSV file selected by the user.

CSV-data is generated periodically each time the Misc::TimerEvents low-frequency timer expires (e.g. every 1 second). The idea behind this is to allow exporting data, but avoid freezing the application when serial data is received continuously.

Member Data Documentation

◆ data

QByteArray CSV::RawFrame::data

◆ rxDateTime

QDateTime CSV::RawFrame::rxDateTime

The documentation for this struct was generated from the following file: