From 8322172ad4e6d5636b8c32b94d95f8abbce1ed54 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 28 三月 2025 17:40:59 +0800
Subject: [PATCH] 1.修改CReadStep::onReadSignal信号为多类型,以便适应其它场景(如 Port type,mode)等使用。

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

diff --git a/SourceCode/Bond/Servo/Servo.vcxproj.filters b/SourceCode/Bond/Servo/Servo.vcxproj.filters
index 833b489..74279a7 100644
--- a/SourceCode/Bond/Servo/Servo.vcxproj.filters
+++ b/SourceCode/Bond/Servo/Servo.vcxproj.filters
@@ -79,6 +79,8 @@
     <ClCompile Include="CEquipmentPage2.cpp" />
     <ClCompile Include="CHMPropertyPage.cpp" />
     <ClCompile Include="CHMPropertyDlg.cpp" />
+    <ClCompile Include="CEqPortChangeStep.cpp" />
+    <ClCompile Include="CEqReadIntStep.cpp" />
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="AlarmManager.h" />
@@ -156,6 +158,8 @@
     <ClInclude Include="CEquipmentPage2.h" />
     <ClInclude Include="CHMPropertyPage.h" />
     <ClInclude Include="CHMPropertyDlg.h" />
+    <ClInclude Include="CEqPortChangeStep.h" />
+    <ClInclude Include="CEqReadIntStep.h" />
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="Servo.rc" />

--
Gitblit v1.9.3