DCPlugin/include
Gerhard Hoffmann 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
..
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 Included changes of Thomas for version 3.5 of library: 2023-04-18 13:34:05 +02:00
dcBL.h Aktualisiert auf Stand 29/03/2023 2023-03-30 08:44:14 +02:00
hwapi.h Included changes of Thomas for version 3.5. 2023-04-18 13:36:20 +02:00
interfaces.h Include changes of Thomas for version 3.5. 2023-04-18 13:38:07 +02:00
prot.h Added helper getSerialPort() 2023-04-05 14:07:18 +02:00
sendWRcmd.h Added check4freeFDlongCmd. 2023-04-18 12:17:11 +02:00
shared_mem_buffer.h Adding shared memory containing all variables necessary to 2023-04-18 12:15:27 +02:00
storeINdata.h Massive change: using shared memory containing devcie controller variables. 2023-04-18 12:18:12 +02:00
tslib.h Added/merged from sources of Thomas (version CashAgentLib 3.3, 12.04.2023) 2023-04-13 10:55:37 +02:00