From 9370dd2497683084f8c0ae958f8be5dec34bd2f1 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期一, 01 九月 2025 21:53:51 +0800
Subject: [PATCH] 1. JobDataS多了一次Last Glass Flag

---
 SourceCode/Bond/Servo/CMaster.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/Servo/CMaster.h b/SourceCode/Bond/Servo/CMaster.h
index 3c3d79a..631ff24 100644
--- a/SourceCode/Bond/Servo/CMaster.h
+++ b/SourceCode/Bond/Servo/CMaster.h
@@ -66,7 +66,7 @@
         ONLOADPORTSTATUSCHANGED	onLoadPortStatusChanged;
         ONCTROUNDEND            onCTRoundEnd;
         ONPJSTART               onPjStart;
-
+        ONPJSTART               onPjEnd;
     } MasterListener;
 
     class CMaster : public IResourceView
@@ -167,6 +167,9 @@
         bool addGlassToQueue(CGlass* pGlass);
         bool glassFromQueueToInPorcess(CGlass* pGlass);
         bool glassFromInPorcessToComplete(CGlass* pGlass);
+        bool checkAndUpdatePjComplete(CProcessJob* pJob);
+        CProcessJob* getGlassProcessJob(CGlass* pGlass);
+
 
     private:
         CRITICAL_SECTION m_criticalSection;

--
Gitblit v1.9.3