feat: Add error message when emergency button pushed.
This commit is contained in:
@@ -69,6 +69,7 @@ public:
|
||||
bool hasValidEmptyScan();
|
||||
bool updateTransferProgress();
|
||||
int getTransferProgress();
|
||||
void prepareEmergencyReset();
|
||||
|
||||
public slots:
|
||||
void updateReconState();
|
||||
@@ -125,6 +126,7 @@ private:
|
||||
void processShutDownDms(const QString& aResponse);
|
||||
void processPumpResult(const QString& aResponse);
|
||||
void processGetSoftwareVersion(const QString& aResponse);
|
||||
void processEmergencyButtonReset(const QString& aResponse);
|
||||
|
||||
void insertEmptyScanRecord();
|
||||
void insertScanRecord();
|
||||
@@ -167,6 +169,7 @@ signals:
|
||||
void responseStopAutoLocate(const QString& aResponse);
|
||||
void responseGetAutoLocatePosition(const QString& aResponse);
|
||||
void responseCheckDataQuality(const QString& aResponse);
|
||||
void responseEmergencyButtonReset(const QString& aResponse);
|
||||
//Recon
|
||||
void createEmptyScanToRecon(const QString& aScanID, const QString& aPath);
|
||||
void createScanToRecon(const QString& aScanID, const QString& aStudyUID,const QString& aMPPSUID, const QString& aReferenceID, const QString& aPath);
|
||||
@@ -185,6 +188,7 @@ signals:
|
||||
void shutdownDmsSended();
|
||||
void shutdownDmsFailed();
|
||||
void getDmsVersionResponsed(const QString& aDmsVersion);
|
||||
void emergencyButtonPushed(bool aIsLeft, bool aIsReset);
|
||||
|
||||
|
||||
private:
|
||||
@@ -241,6 +245,7 @@ private:
|
||||
DmsAsyncAction* mPumpControlAction = nullptr;
|
||||
DmsAsyncAction* mGetAutoLocatePositionAction = nullptr;
|
||||
DmsAsyncAction* mGetSoftwareVersionAction = nullptr;
|
||||
DmsAsyncAction* mEmergencyResetAction = nullptr;
|
||||
|
||||
InfoReceiveWorker* mInfoReceiveWorker = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user