From 3ab77fdb5f702156c492c7eb4bd1daf25d6fbc56 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 수, 08 9월 2021 17:08:45 +0900 Subject: [PATCH] Ongoing90 #3561 CF AOI Review Align 카메라 끊김 현상 조치 --- 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