浏览代码

edit measure thread

HaoShuang 5 年之前
父节点
当前提交
a933b7a248
共有 3 个文件被更改,包括 11 次插入19 次删除
  1. 0 17
      MeasureThread/Class1.cs
  2. 7 1
      MeasureThread/MeasureThread.csproj
  3. 4 1
      SmartSEMControl/HardwareInterface.cs

+ 0 - 17
MeasureThread/Class1.cs

@@ -1,17 +0,0 @@
-//时间:20200608
-//作者:郝爽
-//功能:测量线程
-
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-
-namespace MeasureThread
-{
-    public class Measure
-    {
-        
-    }
-}

+ 7 - 1
MeasureThread/MeasureThread.csproj

@@ -42,8 +42,14 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="Class1.cs" />
+    <Compile Include="Measure.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\SmartSEMControl\SmartSEMControl.csproj">
+      <Project>{bf7f80b0-a6da-4470-a331-4c96057fc7fa}</Project>
+      <Name>SmartSEMControl</Name>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>

+ 4 - 1
SmartSEMControl/HardwareInterface.cs

@@ -145,7 +145,10 @@ namespace SmartSEMControl
     interface PtControl
     {
         //Pt的控制
-
+        //PT针插入
+        void InsertPT();
+        //PT针退出
+        void OutputPT();
     }
 
     interface StageControl