From c62dbec7328a8b44e6ec61758e7b8463f2e502dd Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 12 九月 2025 11:58:15 +0800
Subject: [PATCH] Merge branch 'liuyang'
---
SourceCode/Bond/Servo/CServoUtilsTool.h | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/CServoUtilsTool.h b/SourceCode/Bond/Servo/CServoUtilsTool.h
new file mode 100644
index 0000000..945d717
--- /dev/null
+++ b/SourceCode/Bond/Servo/CServoUtilsTool.h
@@ -0,0 +1,21 @@
+#pragma once
+#include "ServoCommo.h"
+#include "CGlass.h"
+
+
+namespace SERVO {
+ class CServoUtilsTool
+ {
+ public:
+ CServoUtilsTool();
+ virtual ~CServoUtilsTool();
+
+ public:
+ static std::string getEqUnitName(int eqid, int unit);
+ static std::string getEqUnitName(int eqid, int unit, int slot);
+ static std::string getMaterialsTypeText(MaterialsType type);
+ static std::string getGlassStateText(SERVO::GlsState state);
+ static std::string getInspResultText(SERVO::InspResult result);
+ };
+}
+
--
Gitblit v1.9.3