From c08fcb0ca69c8893d64504e082608ad8fb82eb40 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 월, 25 10월 2021 08:58:31 +0900 Subject: [PATCH] 프로그램 시작시 백업 기능 삭제(네트워크 딜레이로 인한 프로그램 지연) --- ReviewSystem/ReviewSystem/SequenceProcessor.h | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ReviewSystem/ReviewSystem/SequenceProcessor.h b/ReviewSystem/ReviewSystem/SequenceProcessor.h index e6456e6..b7ca4e8 100644 --- a/ReviewSystem/ReviewSystem/SequenceProcessor.h +++ b/ReviewSystem/ReviewSystem/SequenceProcessor.h @@ -370,6 +370,9 @@ virtual void ISP2P_SetCurrentWsiMode(int nMode) = 0; + //#3561 210908 LYW ADD Start + virtual void ISP2P_InitAlignCamera() = 0; + //#3561 210908 LYW ADD End // system info virtual const CSystemInfo* ISP2P_System_GetSystemInfo() = 0; @@ -620,6 +623,8 @@ // Review, WSI Stop Siganl BOOL SetMotionStop(); + // Align Camera Control command + BOOL AlignCamera_CameraControl(int nControlCmd); protected: // common @@ -631,9 +636,6 @@ // PCControl Control command BOOL Signal_SendSignal(int nSignalIndex); BOOL PCControl_ReadTransferData(STransferData* pTransferData); - - // Align Camera Control command - BOOL AlignCamera_CameraControl(int nControlCmd); // Review Camera Control Command void ReviewCamera_CameraControl(int nControlCmd); -- Gitblit v1.9.3