From 04d89bc9216553adcd0df87985a7665882924093 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期五, 22 八月 2025 17:56:10 +0800
Subject: [PATCH] 1. 优化Notch计算周长,使用比例的形式计算

---
 EdgeInspector_App/Grabber/SoliosControl.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/EdgeInspector_App/Grabber/SoliosControl.h b/EdgeInspector_App/Grabber/SoliosControl.h
index 7c08cf7..7655c32 100644
--- a/EdgeInspector_App/Grabber/SoliosControl.h
+++ b/EdgeInspector_App/Grabber/SoliosControl.h
@@ -1,4 +1,4 @@
-
+锘�
 #pragma once
 
 #include "Global_Define.h"
@@ -15,7 +15,7 @@
 public:
 	//////////////////////////////////////////////////////////////////////////
 	// Initialization
-	virtual BOOL	Initialize(void *pParam, int *pErrorCode,int iBoard=0);	// Grabber 檬扁拳
+	virtual BOOL	Initialize(void *pParam, int *pErrorCode,int iBoard=0);	// Grabber 妾墎鎷�
 	virtual BOOL	InitializeBuffer(void *pParam);
 	//////////////////////////////////////////////////////////////////////////
 	// Deinit
@@ -68,8 +68,8 @@
 public:
 	_GRABBER_INIT_PARAM_	m_Param;		
 	
-	MIL_ID			m_MilSystem;					// 焊靛寸 1函荐 
-	MIL_ID			m_MilDigitizer;		// 墨皋扼 函荐
+	MIL_ID			m_MilSystem;					// 鐒婇潧瀵� 1鍑借崘 
+	MIL_ID			m_MilDigitizer;		// 澧ㄧ殝鎵� 鍑借崘
 	MIL_ID			m_Milbufgrab[BUFFERING_SIZE_MAX];	
 	DIGSTATUS		m_DigitizerStatus;		
 	long			m_lBord;
@@ -77,8 +77,8 @@
 
 	CCriticalSection	m_critical;
 
-	int					m_nEndFrameIdx;		// 泅犁 Grab 茄 荐
-	int					m_nStartFrameIdx;	// 啊厘 坷贰傈俊 Grab茄 Frame狼 牢郸胶.
+	int					m_nEndFrameIdx;		// 娉呯妬 Grab 鑼� 鑽�
+	int					m_nStartFrameIdx;	// 鍟婂帢 鍧疯窗鍌堜繆 Grab鑼� Frame鐙� 鐗㈤兏鑳�.
 	int					m_nSetBufferIdx;
 	int					m_nScanIndex;	
 	int					m_nAllocatedGrabBufSize;	

--
Gitblit v1.9.3