From e5fa774d622d6852fe8e1f033045aed221649108 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 금, 15 10월 2021 13:24:54 +0900
Subject: [PATCH] Ongoing80 #3662 CF AOI Review 전설비 알람 발생 조치

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

diff --git a/ReviewSystem/ReviewSystem/ReviewInterface.h b/ReviewSystem/ReviewSystem/ReviewInterface.h
index 8f2d7ce..d6ad7e4 100644
--- a/ReviewSystem/ReviewSystem/ReviewInterface.h
+++ b/ReviewSystem/ReviewSystem/ReviewInterface.h
@@ -195,6 +195,10 @@
 	virtual void	IACC2P_CameraControl(int nValue);
 	virtual BOOL	IACC2P_SetLightLevel(int nCameraIndex, int nValue);
 	virtual BOOL	IACC2P_GetLightLevel(int nCameraIndex, int& nValue);
+	/*< LYW 20211014 - #3671 ADD Start >*/
+	virtual int		IACC2P_GetAccumaulate();
+	virtual void	IACC2P_SetAccumaulate(int dValue);
+	/*< LYW 20211014 - #3671 ADD End >*/
 
 	// review camera control 2 parent
 	virtual BOOL	IRCC2P_GetCurrentFrame(int nModuleIndex, int nCameraIndex, int nFrameWidth, int nFrameHeight, int nFrameChannels, CCHImageData *pImageData);
@@ -249,6 +253,7 @@
 	virtual void						IRP2P_UpdateCameraControl(int nModuleIdx, const SCameraControl *pCameraControl, const SCameraInfo* pCameraInfo);
 	virtual const CRsRcpReviewInfo*		IRP2P_Recipe_GetRsRcpReviewInfo();
 	virtual const CSystemInfo*          IRP2P_GetReviewSysteminfo();
+	virtual const CSignalControlInfo*	IRP2P_GetReviewSignalinfo();
 	virtual CGlassResult*				IRP2P_GetCurrentGlassResult();													
 	virtual void						IRP2P_DisplayMessage(const TCHAR* lpstrFormat, ...);
 	virtual CResultServerControl*		IRP2P_GetResultServerControl();
@@ -263,6 +268,7 @@
 
 	BOOL	m_bFirstReviewLeft;
 	BOOL	m_bFirstReviewRight;
+	int		m_daccumulate;
 
 	virtual BOOL						IRP2P_SaveDefectMap(const CString& strPath);
 
@@ -296,6 +302,10 @@
 
 	virtual	void						ISP2P_SetCurrentWsiMode(int nMode);
 
+	//#3561 210908 LYW ADD Start
+	virtual void	ISP2P_InitAlignCamera();
+	//#3561 210908 LYW ADD End
+
 	virtual CTotalPitchMeasure*			ISP2P_GetTotalPitchMeasure();
 
 	// recipe info

--
Gitblit v1.9.3