feat: Add some error code.
This commit is contained in:
@@ -112,7 +112,7 @@ private:
|
||||
void checkInitStatus();
|
||||
bool startAutoLocate();
|
||||
void stopAutoLocate();
|
||||
void initGUI(bool aIsInitSucceed);
|
||||
void initGUI(bool aIsInitSucceed, int aCode);
|
||||
void checkDataQuality();
|
||||
|
||||
void processScanProgress(const QString& aProgress);
|
||||
@@ -189,7 +189,7 @@ signals:
|
||||
void startWaterfloodResult(bool aIsSucessful);
|
||||
void startWaterCleanResult(bool aIsSucessful);
|
||||
void exitWaterProcessResult(bool aIsSucessful);
|
||||
void waterProcessFinishedResult(bool aIsSucessful);
|
||||
void waterProcessFinishedResult(bool aIsSucessful, const QString& aInfoCode);
|
||||
void startAutoLocateResult(bool aIsSucessful);
|
||||
void updateAutoLocatePosition(int aX, int aY, int aZ);
|
||||
void autolocatePositionEffective();
|
||||
|
||||
Reference in New Issue
Block a user