From 4687895283b9424cc0290b83e53d1088afb0b318 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 수, 25 5월 2022 13:58:09 +0900 Subject: [PATCH] Ongoing90 #4161 CF AOI Review Offset ConfigFile BackUp 기능 추가 --- Internal_Library/Include/CHWsiControls/WsiControlInfo.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Internal_Library/Include/CHWsiControls/WsiControlInfo.h b/Internal_Library/Include/CHWsiControls/WsiControlInfo.h index 4fc2f7d..63e512f 100644 --- a/Internal_Library/Include/CHWsiControls/WsiControlInfo.h +++ b/Internal_Library/Include/CHWsiControls/WsiControlInfo.h @@ -171,6 +171,7 @@ virtual BOOL IWC2P_SetMeasureInfo(int nIndex, int nPointIndex, const CString& strImagFilename, int nWsiType) = 0; virtual BOOL IWC2P_GetMeasureInfo(int nIndex, int nPointIndex, short& nLoc, short& nOptic, short& nGray, CString& strCellID) = 0; virtual int IWC2P_GetCurrentStatus(int nIndex, CString& strGlassID, CString& strRecipeID, int& nType) = 0; + virtual void IWC2P_SetWSIVersion(int nModuleIndex, int nVersion) = 0; virtual void IWC2P_SetConnectedStatus(int nIndex, int nConnectStatus) = 0; virtual void IWC2P_RecvMeasureMessage(int nIndex, int nMessageType, int nMessageResult) = 0; virtual void IWC2P_SetMeasureResult(int nIndex, const SWsiResult& measureResut) = 0; -- Gitblit v1.9.3