From a9e9f76d23ee7206ea0080a8f5a94e312c9d90f1 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期二, 08 七月 2025 19:41:08 +0800 Subject: [PATCH] 1.UI分组启用和禁用,方便增加更多测试功能时代码整洁简单; 2.增加Are You There测试; --- SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h index 3107519..6ee81da 100644 --- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h +++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h @@ -17,6 +17,9 @@ private: void AppendLog(int level, const char* pszText); void InitRxWindow(); + void SetGroup1Enabled(bool enabled); + void SetGroup2Enabled(bool enabled); + // 瀵硅瘽妗嗘暟鎹� #ifdef AFX_DESIGN_TIME @@ -43,4 +46,5 @@ afx_msg void OnDestroy(); afx_msg void OnBnClickedButtonConnect(); afx_msg void OnBnClickedButtonDisconnect(); + afx_msg void OnBnClickedButtonAreYouThere(); }; -- Gitblit v1.9.3