|
OpenHantek
|
Signals | |
| void | exporterStatusChanged (const QString &exporterName, const QString &status) |
| void | exporterProgressChanged () |
Public Member Functions | |
| ExporterRegistry (const Dso::ControlSpecification *deviceSpecification, DsoSettings *settings, QObject *parent=nullptr) | |
| void | addRawSamples (PPresult *data) |
| void | input (std::shared_ptr< PPresult > data) |
| void | registerExporter (ExporterInterface *exporter) |
| void | setExporterEnabled (ExporterInterface *exporter, bool enabled) |
| void | checkForWaitingExporters () |
| std::vector< ExporterInterface * >::const_iterator | begin () |
| std::vector< ExporterInterface * >::const_iterator | end () |
Data Fields | |
| const Dso::ControlSpecification * | deviceSpecification |
| Device specifications. | |
| const DsoSettings * | settings |
1.8.14