From 12c02f064db12d6d94063bf6dd9e4eb80f4252b8 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 월, 11 10월 2021 15:30:00 +0900 Subject: [PATCH] Ongoing60 #3662 CF AOI Review 전설비 알람 발생 조치 - Review History File Mapping 해제 - Review Inner History 다운 현상 예외처리 추가 - Review End 시 Review 다운 현상 예외처리 추가 --- 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