LAPTOP-SNT8I5JK\Boounion
2025-10-14 cfcab53b0e7d5918c79cc77f0f447730682f94b1
SourceCode/Bond/Servo/CServoUtilsTool.h
@@ -1,4 +1,6 @@
#pragma once
#include "ServoCommo.h"
#include "CGlass.h"
namespace SERVO {
@@ -9,7 +11,13 @@
      virtual ~CServoUtilsTool();
   public:
      static std::string getEqName(int eqid);
      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);
      static std::unordered_map<int, std::vector<std::string>>& getEqDataTypes();
   };
}