From 2254c453025136727917601091f14da02af1b548 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期三, 21 一月 2026 15:02:41 +0800 Subject: [PATCH] 1.完善警告,软警告上抛和清除测试; --- SourceCode/Bond/Servo/ServoDlg.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.h b/SourceCode/Bond/Servo/ServoDlg.h index ec0cba7..aa16b76 100644 --- a/SourceCode/Bond/Servo/ServoDlg.h +++ b/SourceCode/Bond/Servo/ServoDlg.h @@ -113,6 +113,10 @@ afx_msg void OnUpdateMenuFileExit(CCmdUI* pCmdUI); afx_msg void OnMenuProjectVarialbleList(); afx_msg void OnUpdateMenuProjectVarialbleList(CCmdUI* pCmdUI); + afx_msg void OnMenuTestAlarmOn(); + afx_msg void OnUpdateMenuTestAlarmOn(CCmdUI* pCmdUI); + afx_msg void OnMenuTestAlarmOff(); + afx_msg void OnUpdateMenuTestAlarmOff(CCmdUI* pCmdUI); afx_msg void OnMenuTestMessageSet(); afx_msg void OnUpdateMenuTestMessageSet(CCmdUI* pCmdUI); afx_msg void OnMenuTestMessageClear(); -- Gitblit v1.9.3