From 67bcdefa0aae33fcf16333967744a9aafcaf9433 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 화, 17 8월 2021 13:30:54 +0900
Subject: [PATCH] Ongoing50 #3584 CF AOI Review 시뮬레이션 기능 정상화

---
 ReviewSystem/ReviewSystem/SequenceProcessor.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/ReviewSystem/ReviewSystem/SequenceProcessor.h b/ReviewSystem/ReviewSystem/SequenceProcessor.h
index 902ed1b..e6456e6 100644
--- a/ReviewSystem/ReviewSystem/SequenceProcessor.h
+++ b/ReviewSystem/ReviewSystem/SequenceProcessor.h
@@ -587,10 +587,16 @@
 	void SetSP2P(ISequenceProcessor2Parent* pSP2P);
 	void SetLineMachineType(int nLineType, int nMachineType, CString strEqpID);
 	void SetDefaultValue();
+	//#3584 210817 LYW CF AOI Review �떆裕щ젅�씠�뀡 湲곕뒫 �젙�긽�솕 ADD START
+	void SetSimulationMode(BOOL bCheck) { m_bSimulationMode = bCheck; };
+	//#3584 210817 LYW CF AOI Review �떆裕щ젅�씠�뀡 湲곕뒫 �젙�긽�솕 ADD END
 
 	// getter
 	int		GetProcessMode() const;
 	int		GetProcessStatus() const;
+	//#3584 210817 LYW CF AOI Review �떆裕щ젅�씠�뀡 湲곕뒫 �젙�긽�솕 ADD START
+	BOOL GetSimulationMode() { return m_bSimulationMode; };
+	//#3584 210817 LYW CF AOI Review �떆裕щ젅�씠�뀡 湲곕뒫 �젙�긽�솕 ADD END
 
 	static int GetDirectionX(int nGlassDirection, int nMotorDirection);
 	static int GetDirectionY(int nGlassDirection, int nMotorDirection);
@@ -780,4 +786,8 @@
 	CTime				m_wsiStartTime;
 
 	int					m_nWsiTotalCount;
+
+	//#3584 210817 LYW CF AOI Review �떆裕щ젅�씠�뀡 湲곕뒫 �젙�긽�솕 ADD START
+	BOOL				m_bSimulationMode;
+	//#3584 210817 LYW CF AOI Review �떆裕щ젅�씠�뀡 湲곕뒫 �젙�긽�솕 ADD END
 };
\ No newline at end of file

--
Gitblit v1.9.3