OpenHantek
DsoSettingsExport Struct Reference

Holds the export options of the program. More...

#include <exportsettings.h>

Data Fields

QSize imageSize = QSize(800, 600)
 Size of exported images in pixels. More...
 
unsigned exportSizeBytes = 1024*1024*10
 For exporters that save a continous stream. Default: 10 Megabytes. More...
 
bool useProcessedSamples = true
 Export raw or processed samples. More...
 

Detailed Description

Holds the export options of the program.

Field Documentation

◆ exportSizeBytes

unsigned DsoSettingsExport::exportSizeBytes = 1024*1024*10

For exporters that save a continous stream. Default: 10 Megabytes.

◆ imageSize

QSize DsoSettingsExport::imageSize = QSize(800, 600)

Size of exported images in pixels.

◆ useProcessedSamples

bool DsoSettingsExport::useProcessedSamples = true

Export raw or processed samples.


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