From 8860b7e63527fad69f15944d340b7158edde1bed Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期六, 19 七月 2025 16:10:39 +0800 Subject: [PATCH] 1.Define Report功能测试,EAP模拟 --- SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h index 6ee81da..6fafcec 100644 --- a/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h +++ b/SourceCode/Bond/EAPSimulator/EAPSimulatorDlg.h @@ -47,4 +47,9 @@ afx_msg void OnBnClickedButtonConnect(); afx_msg void OnBnClickedButtonDisconnect(); afx_msg void OnBnClickedButtonAreYouThere(); + afx_msg void OnBnClickedButtonDatetimeSync(); + afx_msg void OnBnClickedButtonTerminalDisplay(); + afx_msg void OnBnClickedButtonEdEventReport(); + afx_msg void OnBnClickedButtonEdAlarmReport(); + afx_msg void OnBnClickedButtonDefineReport(); }; -- Gitblit v1.9.3