DCPlugin/include
Gerhard Hoffmann e7723f669f Added internal helpers for supporting dcUpdate:
DownloadResult sendNextAddress(int bNum) const;
    DownloadResult sendNextDataBlock(QByteArray const &b, int bNum) const;
    DownloadResult sendStatus(int ret) const;
    DownloadResult dc_downloadBinary(QByteArray const &binary) const;
    bool startBootloader() const;
    bool stopBootloader() const;
    bool openSerial(int br, QString baudrate, QString comPort) const;
    bool closeSerial(QString comport) const;
    bool resetDeviceController() const;
    QByteArray loadBinaryDCFile(QString filename) const;
    bool downloadBinaryToDC(QString const &bFile) const;

Redeclared returning "bool":
    dc_openSerial
    dc_closeSerial
    bl_checkDL.
    Added dc_updateDC(...).
2023-04-05 14:08:16 +02:00
..
com.h Add updated sources of thomas. 2023-03-29 14:32:22 +02:00
controlBus.h Adding header files (sax) 2023-03-17 11:21:55 +01:00
datIf.h Added helper getProt() 2023-04-05 14:06:38 +02:00
dcBL.h Aktualisiert auf Stand 29/03/2023 2023-03-30 08:44:14 +02:00
hwapi.h Added internal helpers for supporting dcUpdate: 2023-04-05 14:08:16 +02:00
interfaces.h Redeclared to return 'bool': 2023-04-05 14:03:01 +02:00
prot.h Added helper getSerialPort() 2023-04-05 14:07:18 +02:00
sendWRcmd.h Add updated sources of thomas. 2023-03-29 14:32:22 +02:00
storeINdata.h Add updated sources of thomas. 2023-03-29 14:32:22 +02:00
tslib.h Adding header files (sax) 2023-03-17 11:21:55 +01:00