From abeaf384ca65153fa9c66f8953cd0f68ad5f9f9f Mon Sep 17 00:00:00 2001
From: chenluhua1980 <Chenluhua@qq.com>
Date: 星期二, 11 十一月 2025 11:23:42 +0800
Subject: [PATCH] 1.曲线图前烘拆分为AB腔。 2.曲线图后烘拆分为AB腔。
---
SourceCode/Bond/Servo/CServoUtilsTool.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/SourceCode/Bond/Servo/CServoUtilsTool.h b/SourceCode/Bond/Servo/CServoUtilsTool.h
index 2945984..06b167c 100644
--- a/SourceCode/Bond/Servo/CServoUtilsTool.h
+++ b/SourceCode/Bond/Servo/CServoUtilsTool.h
@@ -1,9 +1,16 @@
-#pragma once
+锘�#pragma once
#include "ServoCommo.h"
#include "CGlass.h"
namespace SERVO {
+ constexpr uint32_t MID_Bonder1 = 1001;
+ constexpr uint32_t MID_Bonder2 = 1002;
+ constexpr uint32_t MID_VacuumBakeA = 1003;
+ constexpr uint32_t MID_VacuumBakeB = 1004;
+ constexpr uint32_t MID_BakeCoolingA = 1005;
+ constexpr uint32_t MID_BakeCoolingB = 1006;
+
class CServoUtilsTool
{
public:
--
Gitblit v1.9.3