From bd9942d185fb25b35b0c6e089e5763d45e5c83ce Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期一, 11 八月 2025 14:04:28 +0800
Subject: [PATCH] 1. 侧面检校验报警 2. 输入配方参数执行
---
EdgeInspector_App/Process/ThreadControl.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/EdgeInspector_App/Process/ThreadControl.h b/EdgeInspector_App/Process/ThreadControl.h
index 53a32be..e8ed8cd 100644
--- a/EdgeInspector_App/Process/ThreadControl.h
+++ b/EdgeInspector_App/Process/ThreadControl.h
@@ -1,4 +1,4 @@
-#pragma once
+锘�#pragma once
#define MAX_THREAD 1
@@ -31,7 +31,7 @@
virtual ~CInspectThread();
void SetWorker(IThreadWorker *pWorker){m_pWorker= pWorker;}
- BOOL StartThreadLoop(int iThread); // 檬扁
+ BOOL StartThreadLoop(int iThread); // 妾墎
void StartThreadWork(){m_bWorking= TRUE;}
void StopThread();
@@ -60,8 +60,8 @@
class CThreadControl : IThreadWorker
{
- int m_nThreadLoop; // 积己等 Thread Count
- int m_nWorkingThread; // 悼累[累诀]阑 矫累茄 Thread Count
+ int m_nThreadLoop; // 绉繁绛� Thread Count
+ int m_nWorkingThread; // 鎮肩疮[绱瘈]闃� 鐭疮鑼� Thread Count
CInspectThread *m_pThread;
IThreadWorker *m_pThreadWorker;
@@ -75,11 +75,11 @@
public:
- // 1. Thread 磊眉狼 积己苞 家戈俊 包咯.
+ // 1. Thread 纾婄湁鐙� 绉繁鑻� 瀹舵垐淇� 鍖呭挴.
int InitThreadControl(int nThread, IThreadWorker* pThreadWorker);
BOOL ReleaseThreadControl();
- // 2. Thread Loop 救俊辑 累诀狼 瘤矫 咯何父 牧飘费
+ // 2. Thread Loop 鏁戜繆杈� 绱瘈鐙� 鐦ょ煫 鍜綍鐖� 鐗ч璐�
int StartThreadControl();
void StopThreadControl();
--
Gitblit v1.9.3