Go to file
Gerhard Hoffmann 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
include Included changes of Thomas for version 3.5. 2023-04-18 13:36:20 +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