From 7096025175b6d100923dcd66c1face07d2e28555 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期四, 24 七月 2025 15:20:21 +0800 Subject: [PATCH] 1. 完善获取配方列表的功能 2. 添加获取配方超时警告 --- SourceCode/Bond/Servo/CPortStatusReport.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/CPortStatusReport.h b/SourceCode/Bond/Servo/CPortStatusReport.h index 0555d51..727a7d9 100644 --- a/SourceCode/Bond/Servo/CPortStatusReport.h +++ b/SourceCode/Bond/Servo/CPortStatusReport.h @@ -14,6 +14,7 @@ public: void copyEx(CPortStatusReport& other); short getPortStatus(); + void setPortStatus(short status); short getCassetteSequenceNo(); std::string& getCassetteId(); short getLoadingCassetteType(); @@ -29,6 +30,7 @@ bool canPickFromPort(); bool isJobExistenceSlot(); short getJobExistenceSlot(); + void setJobExistenceSlot(short map); private: void WriteString(CArchive& ar, std::string& string); -- Gitblit v1.9.3