From 2af991c1c72211b3b6b7fda703846bc017bc1908 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 10 三月 2025 11:25:33 +0800
Subject: [PATCH] 1.修复上一次合并代码遗留问题;
---
SourceCode/Bond/Servo/AlarmManager.h | 28 ----------------------------
1 files changed, 0 insertions(+), 28 deletions(-)
diff --git a/SourceCode/Bond/Servo/AlarmManager.h b/SourceCode/Bond/Servo/AlarmManager.h
index 1c41797..f99aafe 100644
--- a/SourceCode/Bond/Servo/AlarmManager.h
+++ b/SourceCode/Bond/Servo/AlarmManager.h
@@ -262,34 +262,6 @@
*/
std::vector<AlarmInfo> getAlarmsInfoByIDs(const std::vector<int>& alarmIDs) const;
- /**
- * 读取报警文件
- * @param filename 文件名
- * @return 成功返回true,失败返回false
- */
- bool readAlarmFile(const std::string& filename);
-
- /**
- * 保存报警文件
- * @param filename 文件名
- * @return 成功返回true,失败返回false
- */
- bool saveAlarmFile(const std::string& filename);
-
- /**
- * 通过报警ID查询报警信息
- * @param nAlarmID 报警ID
- * @return 报警信息的指针
- */
- const AlarmInfo* getAlarmInfoByID(int nAlarmID) const;
-
- /**
- * 通过多个报警ID查询对应的报警信息
- * @param alarmIDs 多个报警ID
- * @return 返回多个报警信息
- */
- std::vector<AlarmInfo> getAlarmsInfoByIDs(const std::vector<int>& alarmIDs) const;
-
private:
AlarmManager();
~AlarmManager();
--
Gitblit v1.9.3