From 5a561e4f9d58723623c3641c79ffb6d395468255 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期二, 27 五月 2025 14:45:44 +0800
Subject: [PATCH] 1. 补全port设置界面

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

diff --git a/SourceCode/Bond/Servo/CBakeCooling.h b/SourceCode/Bond/Servo/CBakeCooling.h
index 6e3009a..bea7a17 100644
--- a/SourceCode/Bond/Servo/CBakeCooling.h
+++ b/SourceCode/Bond/Servo/CBakeCooling.h
@@ -17,6 +17,10 @@
         virtual void initPins();
         virtual void onTimer(UINT nTimerid);
         virtual void serialize(CArchive& ar);
+        virtual void getAttributeVector(CAttributeVector& attrubutes);
+        virtual int recvIntent(CPin* pPin, CIntent* pIntent);
+        virtual BOOL glassWillArrive(CGlass* pGlass);
+        virtual int getIndexerOperationModeBaseValue();
 	};
 }
 

--
Gitblit v1.9.3