From e147f44d605bdce9c395c1fd66a88f6cc8106350 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 수, 30 3월 2022 16:21:38 +0900 Subject: [PATCH] no message --- 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