From 12fc574703adc0528a7e905540dbd1ba26015c37 Mon Sep 17 00:00:00 2001 From: LWQ <1806950222@qq.com> Date: 星期三, 13 八月 2025 19:17:42 +0800 Subject: [PATCH] Merge branch 'side_inspection' of https://soft.boounion.cn/r/~liuyang/MiniLED_ADM into side_inspection --- EdgeInspector_App/InterfaceManager.h | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/EdgeInspector_App/InterfaceManager.h b/EdgeInspector_App/InterfaceManager.h index 85c8bab..685bad3 100644 --- a/EdgeInspector_App/InterfaceManager.h +++ b/EdgeInspector_App/InterfaceManager.h @@ -1,4 +1,4 @@ -#pragma once +锘�#pragma once #include "Global_Define.h" #include "EdgeInspector_AppView.h" @@ -67,9 +67,11 @@ static UINT ScanStartCam_1(LPVOID pParam); static UINT ScanStartCam_2(LPVOID pParam); static UINT ScanStartCam_3(LPVOID pParam); + static UINT ScanStartCam_4(LPVOID pParam); + static UINT ScanStartCam_5(LPVOID pParam); static UINT CheckScanStart(LPVOID pParam); - static UINT PLCSignalThreadFunc(LPVOID pParam); - static UINT ScanEndProcess(LPVOID pParam); + static UINT PLCSignalThreadFunc(LPVOID pParam); + static UINT ScanEndProcess(LPVOID pParam); protected: BOOL InitInspect(); -- Gitblit v1.9.3