| | |
| | | int nWsiState; |
| | | double dAccuracy; |
| | | double dRepeatability; |
| | | double dDiagnosisHeight[10]; |
| | | |
| | | bool bBigSizeDefect; |
| | | |
| | |
| | | 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; |