Proposal for getting account data from CAlib/DeviceController

This commit is contained in:
2023-06-19 16:26:33 +02:00
parent 74753ce644
commit 414dda009e
2 changed files with 74 additions and 16 deletions

View File

@@ -129,6 +129,10 @@ private:
nsDeviceControllerInterface::CASH_STATE currentCashState;
// counts failed hw->log_chkIfVaultRecordAvailable()
int accountCheckCounter;
private slots:
// printer
@@ -152,6 +156,11 @@ private slots:
void onCoinBoxRemoved();
void onCoinBoxInserted();
void onAllDoorsClosed();
// account handling
void private_startAccount();
void private_checkAccountData();
void private_getAccountData();
};
#endif // ATBDEVICECONTROLLERPLUGIN_H