From 9b5aa6d1d52b41e217cd70a7aebbf89ade3bb2ec Mon Sep 17 00:00:00 2001 From: bestlqiang Date: Thu, 25 Mar 2021 15:58:23 +0800 Subject: [PATCH 1/2] 1111 --- LaiPuLaser/CommonFlowMgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LaiPuLaser/CommonFlowMgr.cpp b/LaiPuLaser/CommonFlowMgr.cpp index bb3e90b..1b204bb 100644 --- a/LaiPuLaser/CommonFlowMgr.cpp +++ b/LaiPuLaser/CommonFlowMgr.cpp @@ -1432,6 +1432,7 @@ bool CCommonFlowMgr::CameraCatchMark3(CProduct &Product) //移动目标点(ccd 的中心) Dbxy CameraPt = Camera.GetCoord(); + CWorkCmdInvoker Invoker; CWorkCmdContainer &CmdContainer = CWorkCmdContainer::GetInstance();//指令集 CmdContainer.Clear(); From 26e883a4f525df8a44e8b67c0ed5110cb47c2c1f Mon Sep 17 00:00:00 2001 From: bestlqiang Date: Wed, 31 Mar 2021 10:34:05 +0800 Subject: [PATCH 2/2] NULL --- LaiPuLaser/ClientMgr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LaiPuLaser/ClientMgr.h b/LaiPuLaser/ClientMgr.h index 96c5808..4f0b6d4 100644 --- a/LaiPuLaser/ClientMgr.h +++ b/LaiPuLaser/ClientMgr.h @@ -71,8 +71,7 @@ private: virtual BOOL OnMessagePending() override; LONGLONG m_llDtStart; UINT m_uTimeOut; - - //end--------------设定读写超时相关--------------------- +//end--------------设定读写超时相关--------------------- void SendCmd_TransFile(CString filePath);//给伺服端传文件(复制到共享盘,无通信) void DoEvents();