From 60feedf43a35a9ca69d05095a01c5d1797b1bdc3 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 09 九月 2022 18:47:14 +0800
Subject: [PATCH] '完善'

---
 ConsoleApplication/THSActionUtil.h |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ConsoleApplication/THSActionUtil.h b/ConsoleApplication/THSActionUtil.h
index be2ae93..8f99f0b 100644
--- a/ConsoleApplication/THSActionUtil.h
+++ b/ConsoleApplication/THSActionUtil.h
@@ -37,7 +37,7 @@
 	static void addGP(string code);
 	//批量添加股票
 	static void betchAddGP(HWND addDialog,list<string> codeList);
-	static std::list<GPCodeArea> getListenL2GPAreaAndCode(RecognitionManager* recognitionManager);
+	
 	//删除板块内的所有代码
 	static void clearPlateCodes(HWND hwnd);
 
@@ -100,14 +100,13 @@
 	static GPCodeArea recognitionPlateContentArea(cv::Mat grayImg);
 
 
-	//添加目标标的(目标标的的数量必须大于9个才行)
+	//添加目标标的
 	static void addTargetCodes(list<std::string> codeList, RecognitionManager* recognitionManager);
 
+	static std::list<GPCodeArea> getListenL2GPAreaAndCode(RecognitionManager* recognitionManager);
 
-
-
-	
-
+	//同花顺是否卡死
+	static bool thsIsDead();
 
 };
 

--
Gitblit v1.8.0