Add interface for coinProcessor() and billAcceptor()
This commit is contained in:
@@ -213,6 +213,19 @@ void ATBDeviceControllerPlugin::cashAbort()
|
||||
this->currentCashState = CASH_STATE::CACHE_EMPTY;
|
||||
}
|
||||
|
||||
// Coin/Cash processing variants ----------------------------------------------
|
||||
|
||||
nsDeviceControllerInterface::COIN_PROCESSOR ATBDeviceControllerPlugin::coinProcessor()
|
||||
{
|
||||
return this->diag->coinProcessorType;
|
||||
}
|
||||
|
||||
nsDeviceControllerInterface::BILL_ACCEPTOR ATBDeviceControllerPlugin::billAcceptor()
|
||||
{
|
||||
return this->diag->billAcceptor;
|
||||
}
|
||||
|
||||
|
||||
// TASKS: Account -------------------------------------------------------------
|
||||
|
||||
// for an external account request, e.g. by an ui-button:
|
||||
|
||||
Reference in New Issue
Block a user