From 1e64f6279358f5c838463497894e020857b37311 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 화, 21 12월 2021 09:37:24 +0900 Subject: [PATCH] Ongoing90 #3835 CF AOI Review Offset Grid 클릭시 해당 되는 결함 DefectMap표시 --- ReviewSystem/ReviewSystem/DlgReviewOffSetTool.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ReviewSystem/ReviewSystem/DlgReviewOffSetTool.h b/ReviewSystem/ReviewSystem/DlgReviewOffSetTool.h index 625b363..2833e9a 100644 --- a/ReviewSystem/ReviewSystem/DlgReviewOffSetTool.h +++ b/ReviewSystem/ReviewSystem/DlgReviewOffSetTool.h @@ -34,6 +34,7 @@ virtual BOOL IDRO2P_GetMotorPos(int nModule, double &dXpos, double &dYpos)= 0; virtual BOOL IDRO2P_SetGlassMode(BOOL bMode, int nCamidx, int nScanidx, double nXpos, double nYpos) = 0; + virtual BOOL IDRO2P_SetOffsetPram(int nCamIdx, int nScanIdx, BOOL bUse = 0) = 0; //virtual const CSystemInfo* SP2P_System_GetSystemInfo()= 0; //virtual const CMotorControlInfo* ISP2P_System_GetMotorInfo() = 0; }; @@ -192,4 +193,5 @@ double m_dWarnStandard; double m_dHardStandard; /*< LYW 20211111 - #3766 ADD End >*/ + virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult); }; -- Gitblit v1.9.3