From daf053dfd30a3c20524d92290be9d3dc2ac599ec Mon Sep 17 00:00:00 2001 From: LWQ <1806950222@qq.com> Date: 星期三, 30 七月 2025 19:27:02 +0800 Subject: [PATCH] 1.修复:区分测量精度及研磨量距离单像素精度功能 2.修改:上传到CIM的数据 --- ENRIT/UITool/DisplayMessage.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ENRIT/UITool/DisplayMessage.h b/ENRIT/UITool/DisplayMessage.h index bf369eb..f175dd2 100644 --- a/ENRIT/UITool/DisplayMessage.h +++ b/ENRIT/UITool/DisplayMessage.h @@ -37,6 +37,8 @@ CStdioFile* m_pFileLog; CFileException m_fileException; + + int m_nHoleAlarmState; }; #define g_pLog CDisplayMessage::GetSingletonPtr() \ No newline at end of file -- Gitblit v1.9.3