From c70166f3e86ffd0528884911483c067a6b21ebdd Mon Sep 17 00:00:00 2001
From: kojingeun <diteam.co.kr>
Date: 금, 30 6월 2023 15:48:59 +0900
Subject: [PATCH] Ongoing60 #4517 CF AOI Review 결과 파일 찾기 실패 개선 1. AOIServer RawBin 폴더 연결 TimerThread 추가  - file_dummy 생성 후 Open/Close 반복(10초) 2. 프로젝트 누락 경로 및 설정 추가  - FTPUploader Include Path, Debug모드 psapi.lib

---
 ReviewSystem/ReviewSystem/ReviewProcessor.h |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/ReviewSystem/ReviewSystem/ReviewProcessor.h b/ReviewSystem/ReviewSystem/ReviewProcessor.h
index 89d785e..e2b4678 100644
--- a/ReviewSystem/ReviewSystem/ReviewProcessor.h
+++ b/ReviewSystem/ReviewSystem/ReviewProcessor.h
@@ -62,6 +62,7 @@
 	
 	virtual const CRsRcpReviewInfo* IRP2P_Recipe_GetRsRcpReviewInfo() = 0;
 	virtual const CSystemInfo*      IRP2P_GetReviewSysteminfo() = 0;
+	virtual const CSignalControlInfo*	IRP2P_GetReviewSignalinfo() = 0;
 	virtual CGlassResult*			IRP2P_GetCurrentGlassResult() = 0;													
 	virtual void					IRP2P_DisplayMessage(const TCHAR* lpstrFormat, ...) = 0;
 	virtual CResultServerControl*	IRP2P_GetResultServerControl() = 0;
@@ -75,6 +76,19 @@
 	virtual BOOL					GetSimulationOn() = 0;
 
 	virtual void					IRP2P_UpdateWSISelfDiagnosisResult();
+
+	virtual BOOL						IRP2P_GetFirstReviewLeft() = 0;
+	virtual BOOL						IRP2P_GetFirstReviewRight() = 0;
+
+	virtual void						IRP2P_SetFirstReviewLeft(BOOL b_Check) = 0;
+	virtual void						IRP2P_SetFirstReviewRight(BOOL b_Check) = 0;
+
+	/*< LYW 20211109 - #3662 ADD Start >*/
+	virtual BOOL						IRP2P_GetReview00ImageContrast() = 0;
+	virtual BOOL						IRP2P_GetReview01ImageContrast() = 0;
+	virtual void						IRP2P_SetReview00ImageContrast(int n_Value) = 0;
+	virtual void						IRP2P_SetReview01ImageContrast(int n_Value) = 0;
+	/*< LYW 20211109 - #3662 ADD End >*/
 
 };
 
@@ -147,6 +161,8 @@
 	virtual int		PostProcessWsiMultiShotResult(int nThreadIdx, SReviewResult* pReviewResult)=0;
 	virtual int		PostProcessWsiVLSIResult(int nThreadIdx, SReviewResult* pReviewResult)=0;
 	virtual int		CheckMotionComplete() = 0;
+	virtual void	FileMonitorThreadStart() = 0; /* < KJG 20230630 - #4517 ADD >*/
+	virtual void	FileMonitorThreadStop() = 0; /* < KJG 20230630 - #4517 ADD >*/
 
 	virtual CString MakeWSIImageFileName( SReviewResult* pReviewResult )=0;
 	virtual double GetCentertoOrginCoordinate(double dPosX,double dPosY,int nCornercut,int nOriginDirection)=0;
@@ -174,6 +190,8 @@
 	void	SetUploadImagePath(const CString& strImagePath);
 	void	SetRTMSUploadImagePath(const CString& strImagePath);
 
+	void	SetReviewImagePath(const CString& strReviewImagePath);
+
 	//Plan吏꾪뻾媛� Count �몴湲� 
 	void SetPlanReviewCount(int ncount) {
 		nPlanReviewCount = ncount;
@@ -196,6 +214,8 @@
 	void	GetSaveImageBasePath(CString& strPath);
 	CString	GetUploadImagePath();
 	CString GetRTMSUploadImagePath();
+
+	CString	GetReviewUploadImagePath();
 
 
 	// Cell function
@@ -265,6 +285,7 @@
 	// image path
 	CString						m_strSaveImageBasePath;
 	CString						m_strSaveImageUploadPath;
+	CString						m_strSaveImageReviewPath;
 	CString						m_strInspectImagePath;
 	CString						m_strRTMSImagePath;
 	int							m_nReviewCount;				// [2017:5:21]-[WEZASW] : Review �씠誘몄� �꽕�씠諛� 猷곗뿉 �쓽�븳 SequenceNo 移댁슫�듃(由щ럭 �룷�씤�듃 �닚�꽌)

--
Gitblit v1.9.3