Implement interface 1.2.2 requestDiag()
This commit is contained in:
parent
4a0418611e
commit
7d5d3b4de0
@ -312,6 +312,12 @@ void ATBDeviceControllerPlugin::onChangedProgramModeToOOO()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ATBDeviceControllerPlugin::requestDiag()
|
||||||
|
{
|
||||||
|
hw->dc_autoRequest(true);
|
||||||
|
this->diag->diagRequest();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// TASKS: Cash handling -------------------------------------------------------
|
// TASKS: Cash handling -------------------------------------------------------
|
||||||
void ATBDeviceControllerPlugin::requestStartCashInput(const QString & amount)
|
void ATBDeviceControllerPlugin::requestStartCashInput(const QString & amount)
|
||||||
|
@ -87,7 +87,7 @@ public slots:
|
|||||||
void reboot();
|
void reboot();
|
||||||
void reset();
|
void reset();
|
||||||
|
|
||||||
|
void requestDiag();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
// public Signals are defined in interface
|
// public Signals are defined in interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user