From 3628a707a38e1c590216c5983c9b97b9c742f86c Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期一, 24 三月 2025 09:01:42 +0800 Subject: [PATCH] Merge branch 'clh' into liuyang --- SourceCode/Bond/Servo/CEquipment.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/Servo/CEquipment.h b/SourceCode/Bond/Servo/CEquipment.h index aa9883e..0ada23c 100644 --- a/SourceCode/Bond/Servo/CEquipment.h +++ b/SourceCode/Bond/Servo/CEquipment.h @@ -89,7 +89,9 @@ std::vector<CPin*>& CEquipment::getInputPins(); std::vector<CPin*>& CEquipment::getOutputPins(); virtual int recvIntent(CPin* pPin, CIntent* pIntent); - + virtual BOOL glassWillArrive(CPanel* pPanel); + virtual int outputGlass(int port); + virtual int glassArrived(CPanel* pPanel); // 以下为从CC-Link读取到的Bit标志位检测函数 public: -- Gitblit v1.9.3