From eaf39ceeef11c5685ddbb840541460e5dc5fccaa Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期四, 11 九月 2025 08:43:14 +0800 Subject: [PATCH] 1.可折叠ListCtrl应用到GlassList页,优化,模拟数据测试等; --- SourceCode/Bond/Servo/CPortStatusReport.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/Servo/CPortStatusReport.h b/SourceCode/Bond/Servo/CPortStatusReport.h index 526c94a..fb73f36 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(); @@ -28,6 +29,9 @@ public: bool canPickFromPort(); bool isJobExistenceSlot(); + short getJobExistenceSlot(); + void setJobExistenceSlot(short map); + void setCassetteId(const char* pszId); private: void WriteString(CArchive& ar, std::string& string); @@ -40,7 +44,7 @@ short m_nJobExistenceSlot[12]; // 12 * 16 = 192 个slot是否存在glass short m_nLoadingCassetteType; // 1: Actual Cassette 2 : Empty Cassette short m_nQTimeFlag; - short m_nCassetteMappingState; // 1: mapping use 2: mapping not use + short m_nCassetteMappingState; // 1: mapping use, 2: mapping not use short m_nCassetteStatus; }; } -- Gitblit v1.9.3