From 8ede40e3f7cfe1772ef7db2b1d74e905639cf343 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 금, 15 4월 2022 16:40:43 +0900 Subject: [PATCH] Ongoing90 #4086 CF AOI Review FDC SW Version 추가 요청 --- 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