8ff8faf007
Fix: warning
2023-04-19 16:55:38 +02:00
09a80498e4
Merge branch 'master' into pu/integration
2023-04-19 16:28:26 +02:00
01f8c1e49c
First compiling version for high level vending interface
2023-04-19 16:26:12 +02:00
7129805f4e
Added dc_getStatus() to send info to ISMAS
2023-04-18 15:06:36 +02:00
99c88c7825
Included changes of Thomas for version 3.5.
...
prn_getPrintResult(),
signals:
void hwapi_templatePrintFinished_OK(void) const override;
void hwapi_templatePrintFinished_Err(void) const override;
void hwapi_gotNewCoin(void) const override;
void hwapi_vendStopByMax(void) const override;
void hwapi_vendStopByPushbutton(void) const override;
private slots:
void hwapi_slotPrintFinished_OK(void);
void hwapi_slotPrintFinished_Err(void);
void hwapi_slotGotCoin(void);
2023-04-18 13:36:20 +02:00
58fdea45f0
Added m_sharedMem.
...
Added cash_getAmountInVault.
Added cash_getNrCoinsInVault.
Added sys_getDynMachineConditions() with new interface.
Added sys_getDeviceConditions() with new interface.
Added log_chkIfVaultRecordAvailable().
2023-04-18 12:08:52 +02:00
3e3e1efe7d
Make sure the printer functions can be called without explicitly openeing the
...
serial device.
2023-04-14 09:04:35 +02:00
d92bdbfb3e
Added dc_printTemplate. Changed interface for updating printer templates.
2023-04-13 16:16:57 +02:00
863e4b23a9
Added dc_updatePrinterTemplate
2023-04-13 13:31:39 +02:00
c1b945225b
Added/merged from sources of Thomas (version CashAgentLib 3.3, 12.04.2023)
2023-04-13 10:55:37 +02:00
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
e4a2f8fce3
Aktualisiert auf Stand 29/03/2023
2023-03-30 08:44:14 +02:00
7f23e3ea46
Add updated sources of thomas.
2023-03-29 14:32:22 +02:00
a9a5210029
Adding header files (sax)
2023-03-17 11:21:55 +01:00