From 9ad2aa59da822e9d30c5e0cd677025fe6e12df95 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 화, 09 11월 2021 17:37:17 +0900
Subject: [PATCH] Ongoing90 #3662 CF AOI Review 전설비 알람 발생 조치

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

diff --git a/ReviewSystem/ReviewSystem/ReviewProcessor.h b/ReviewSystem/ReviewSystem/ReviewProcessor.h
index 89d785e..b5a7c74 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 >*/
 
 };
 
@@ -174,6 +188,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 +212,8 @@
 	void	GetSaveImageBasePath(CString& strPath);
 	CString	GetUploadImagePath();
 	CString GetRTMSUploadImagePath();
+
+	CString	GetReviewUploadImagePath();
 
 
 	// Cell function
@@ -265,6 +283,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