From 08fc60deca0fa2a0658a676d9dd76e0e69436312 Mon Sep 17 00:00:00 2001 From: chenluhua1980 <Chenluhua@qq.com> Date: 星期五, 23 一月 2026 22:08:22 +0800 Subject: [PATCH] 1.接上 --- SourceCode/Bond/EAPSimulator/CHsmsActive.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/EAPSimulator/CHsmsActive.h b/SourceCode/Bond/EAPSimulator/CHsmsActive.h index 66ab134..9e8eb07 100644 --- a/SourceCode/Bond/EAPSimulator/CHsmsActive.h +++ b/SourceCode/Bond/EAPSimulator/CHsmsActive.h @@ -87,7 +87,10 @@ // 鏌ヨ鍙橀噺 int hsmsSelectedEquipmentStatusRequest(unsigned int SVID); int hsmsQueryAllStatusVariables(); // S1F11 + int hsmsQueryAllDataVariables(); // S1F21 int hsmsQueryAllCollectionEvents(); // S1F23 + int hsmsEquipmentConstantRequest(const std::vector<unsigned short>& ecids); // S2F13 + int hsmsEquipmentConstantSend(const std::vector<std::pair<unsigned short, std::string>>& ecidValues); // S2F15 // 鏌ヨPPID List int hsmsQueryPPIDList(); -- Gitblit v1.9.3