a76e3cd10e
Update interfaces.h
2024-02-21 16:31:26 +01:00
bee611651c
Update interfaces.h
2023-12-08 12:42:58 +01:00
2221463fe5
Update interfaces.h
2023-11-21 11:25:13 +01:00
e5f6405a19
Update HWapi/4.6 (interfaces.h)
2023-09-21 16:04:50 +02:00
acb1941d94
Update interface.h (4.4 20230802)
2023-08-02 18:06:11 +02:00
da7058a9bd
Update DC interface to 20230719_1303
2023-07-19 20:16:39 +02:00
ac9486879e
Update interfaces.h (20230619_1623)
2023-06-19 16:40:12 +02:00
e236fc8bce
Update interfaces.h (20230616_08006_08006_08006_08006_08006_0800)
2023-06-16 11:14:30 +02:00
1f0720e52b
Update interfaces.h
2023-06-15 13:45:19 +02:00
ac6331e5a7
Update interfaces.h (20230615)
2023-06-15 09:47:17 +02:00
a037626d6d
Update interface.h (door events)
2023-06-13 16:58:17 +02:00
2717c614e3
Update interface hwapi 3.6
2023-06-05 12:51:55 +02:00
d0445949d2
Merge changes from T.Sax DC_plugin 18.5.23
2023-05-19 13:57:17 +02:00
48d6a34b16
ATBAPP: Rework for ticket printing
2023-05-18 11:57:54 +02:00
1663d09d3a
Merge with TS 21.04.23
2023-05-03 13:06:57 +02:00
b7d8fabfd0
Added dc_getStatus() to send info to ISMAS
2023-04-18 15:06:48 +02:00
87a6ed0795
Include changes of Thomas for version 3.5.
...
virtual bool cash_startPayment(uint32_t amount) const=0;
// 17.4.23TS: extended to 32bit
virtual uint8_t prn_getPrintResult() const=0;
// in case of print-error get detailed error:
virtual uint8_t prn_getCurrentPrinterState() const=0;
// 0: printer OK
// bit0: near paper end bit1: no paper
// bit2: temperature error bit3: error head open
// bit4: paper jam in cutter
// bit6: no response bit7: serial rec. error
// bit5: printer not ready
signals:
virtual void hwapi_templatePrintFinished_OK(void) const=0;
virtual void hwapi_templatePrintFinished_Err(void) const=0;
virtual void hwapi_gotNewCoin(void) const=0;
virtual void hwapi_vendStopByMax(void) const=0;
virtual void hwapi_vendStopByPushbutton(void) const=0;
2023-04-18 13:38:07 +02:00
30338e24cc
Changed struct T_moduleCondition.
...
Changed struct T_dynamicCondition.
Added struct T_extTime.
Added log_chkIfVaultRecordAvailable().
Added sys_getDeviceConditions().
set version to 3.4.
2023-04-18 12:12:22 +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
3f10469b8f
Added dc_printTemplate. Changed interface for updating printer templates.
2023-04-13 16:17:28 +02:00
ef48301dad
Added dc_updatePrinterTemplate
2023-04-13 13:37:32 +02:00
37f0012ce9
converted to utf-8
2023-04-13 11:35:08 +02:00
82accc4b1a
Added file types for JSON as enum
2023-04-13 11:15:22 +02:00
c1b945225b
Added/merged from sources of Thomas (version CashAgentLib 3.3, 12.04.2023)
2023-04-13 10:55:37 +02:00
898f0a4af8
Redeclared to return 'bool':
...
dc_openSerial
dc_closeSerial
dc_isPortOpen
bl_checkBL
Added enum DownloadResult.
Added dc_UpdateDC.
2023-04-05 14:03:01 +02:00
ed037b99c9
Aktualisiert auf Stand 29/03/2023
2023-03-30 08:48:46 +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