From c856cf2dc2dca99f303458586dc6f70324228cf0 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期五, 25 七月 2025 16:50:25 +0800 Subject: [PATCH] 1. 更新视觉程序(代提交) --- ENRIT/Data/History.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ENRIT/Data/History.h b/ENRIT/Data/History.h index 1b116ae..7e32255 100644 --- a/ENRIT/Data/History.h +++ b/ENRIT/Data/History.h @@ -12,8 +12,11 @@ int nChipCount; int nChamferCount; int nBurrCount; - int nUnknownCount; - + int nUnknownCount; + int nProAlarmResultCountA; + int nProAlarmResultCountB; + int nProAlarmResultCountC; + int nProAlarmResultCountD; BOOL bProfileJudge[MAX_PROFILE_SETTING_COUNT]; int nProfileDiff[MAX_PROFILE_SETTING_COUNT]; BOOL bChamferJudgeUp[MAX_PROFILE_SETTING_COUNT]; -- Gitblit v1.9.3