From 0c66940a8e2cf64c9890519901f433b3668216b6 Mon Sep 17 00:00:00 2001 From: KEJ <kimeungju@diteam.co.kr> Date: 수, 26 6월 2024 15:13:18 +0900 Subject: [PATCH] Ongoing80 #4942 CF AOI Review Bin File Loading 실패 개선 1. GlassRawMessenger 동기화 2. BIN파일 FindFile 제거(RawMessenger, Review 공통) 3. Unloading 시 BIN파일 제거 --- Internal_Library/Include/CHWsiControls/WsiControlInfo.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Internal_Library/Include/CHWsiControls/WsiControlInfo.h b/Internal_Library/Include/CHWsiControls/WsiControlInfo.h index bab4f4d..63e512f 100644 --- a/Internal_Library/Include/CHWsiControls/WsiControlInfo.h +++ b/Internal_Library/Include/CHWsiControls/WsiControlInfo.h @@ -75,6 +75,7 @@ int nWsiState; double dAccuracy; double dRepeatability; + double dDiagnosisHeight[10]; bool bBigSizeDefect; @@ -170,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