| | |
| | | m_nAlive = 0; |
| | | |
| | | m_nWsiTotalCount = 0; |
| | | |
| | | //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD START |
| | | m_bSimulationMode = FALSE; |
| | | //#3584 210817 LYW CF AOI Review 시뮬레이션 기능 정상화 ADD END |
| | | InitializeCriticalSection(&m_csProcessStatus); |
| | | } |
| | | |
| | |
| | | if(pWsiControl == NULL) continue ; |
| | | |
| | | CRcpAFMRecipeInfo *pRcpWsiAFMInfo = pRsRcpReviewInfo->GetRcpWsiAFMRecipeInfo(nWsiControlIdx); |
| | | if(pRcpWsiAFMInfo == NULL) continue ; |
| | | // if(pRcpWsiAFMInfo == NULL) continue ; |
| | | // |
| | | // int nRealMagIndex = GetRealMagnification(nWsiControlIdx, pRcpWsiAFMInfo->m_nZoomIndex); |
| | | |
| | | int nRealMagIndex = GetRealMagnification(nWsiControlIdx, pRcpWsiAFMInfo->m_nZoomIndex); |
| | | int nRealMagIndex = 0; |
| | | |
| | | //pWsiControl->SetWsiReady(*pGlassResult->GetJobID(),_T("LGDemo"),2, 0); //TEST0716 |
| | | |