DCLibraries/include
Gerhard Hoffmann 6b9e795206 Reordered and extended interface-api for download-thread and reporting-thread:
virtual bool dcDownloadRequest(QString const &fileToDownload) const;
virtual bool dcDownloadRequested() const;
virtual bool dcDownloadResetRequest() const;
virtual bool dcDownloadRequestAck() const;
virtual bool dcDownloadRunning() const;
virtual bool dcDownloadFinished();

virtual bool dcDownloadReportStart() const;
virtual bool dcDownloadReportRunning() const;

virtual bool dcDownloadReportFinished();
virtual bool dcDownloadThreadStart();
virtual bool dcDownloadThreadRunning() const;
virtual void dcDownloadThreadFinalize(DownloadThread *);

virtual bool dcDownloadThreadFinished() const;
virtual bool dcDownloadReportThreadStart();
virtual bool dcDownloadReportThreadRunning() const;
virtual void dcDownloadReportThreadFinalize();
virtual void dcDownloadReportThreadQuit();

virtual bool dcDownloadReportThreadFinished() const;
virtual QString dcDownloadFileName() const;
virtual bool dcDownloadSetRequested(bool requested);
virtual bool dcDownloadSetRunning(bool running);
virtual bool dcDownloadSetFinished(bool finished);
virtual void dcDownloadSetTotalBlockNumber(uint16_t totalBlockNumber);
virtual void dcDownloadSetCurrentBlockNumber(uint16_t currentBlockNumber);
virtual bool dcDownloadGetRequested() const;
virtual bool dcDownloadGetRunning() const;
virtual bool dcDownloadGetFinished() const;
virtual uint16_t dcDownloadGetTotalBlockNumber() const;
virtual uint16_t dcDownloadGetCurrentBlockNumber() const;
2023-12-08 12:44:53 +01:00
..
com.h Start repository 2023-11-08 13:02:26 +01:00
controlBus.h Start repository 2023-11-08 13:02:26 +01:00
datei.h Start repository 2023-11-08 13:02:26 +01:00
datIf.h Pass hwinf into constructor. Add pointer to download thread. 2023-12-02 09:42:50 +01:00
dc_result.h Start repository 2023-11-08 13:02:26 +01:00
dcBL.h Start repository 2023-11-08 13:02:26 +01:00
download_thread.h Minor: only hwinf as parameter needed 2023-12-02 09:44:18 +01:00
globdefs.h Start repository 2023-11-08 13:02:26 +01:00
hwapi.h Save as changing to master. 2023-12-06 14:53:52 +01:00
interfaces.h Reordered and extended interface-api for download-thread and reporting-thread: 2023-12-08 12:44:53 +01:00
plugin.h Start repository 2023-11-08 13:02:26 +01:00
prot.h Start repository 2023-11-08 13:02:26 +01:00
reporting_thread.h Save as changing to master. 2023-12-06 14:53:52 +01:00
runProc.h Start repository 2023-11-08 13:02:26 +01:00
sendWRcmd.h Removed obsolete comments 2023-11-14 08:35:53 +01:00
shared_mem_buffer.h Save as changing to master. 2023-12-06 14:53:52 +01:00
storeINdata.h Added bna-function declarations 2023-11-14 08:37:39 +01:00
tslib.h Start repository 2023-11-08 13:02:26 +01:00