Go to file
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
include Include changes of Thomas for version 3.5. 2023-04-18 13:38:07 +02:00
plugins copy of include/interfaces.h 2023-04-13 16:23:56 +02:00
src Add use of shared memory. 2023-04-18 12:23:18 +02:00
.gitignore add gitignore file 2023-03-17 13:11:03 +01:00
DCPlugin.pri Added shared_mem_buffer.h/.cpp. 2023-04-18 12:07:28 +02:00
DCPlugin.pro don't use compiler cache (at least for development) 2023-04-11 13:54:00 +02:00
README.md first commit 2023-03-17 10:52:38 +01:00