Implement interface 1.2.2 requestDiag()
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user