SDC C-Project CF Review 프로그램
LYW
2021-10-14 e8ba1e78e72f3f7ec2841f55fd90253b4dc414df
ReviewSystem/ReviewSystem/SequenceProcessor.cpp
@@ -83,7 +83,9 @@
   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);
}