From 697fa6b857fe202fe2e5f50d4ecf2c7268e527cc Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期五, 15 八月 2025 15:22:19 +0800 Subject: [PATCH] 1.变量(代EAP查询的数据)增加列表类型; 2.实现ProcessJob Queued上报功能; --- SourceCode/Bond/Servo/HsmsPassive.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/HsmsPassive.h b/SourceCode/Bond/Servo/HsmsPassive.h index ba36e0d..f229e93 100644 --- a/SourceCode/Bond/Servo/HsmsPassive.h +++ b/SourceCode/Bond/Servo/HsmsPassive.h @@ -147,6 +147,7 @@ // 设置变量值 void setVariableValue(const char* pszName, __int64 value); void setVariableValue(const char* pszName, const char* value); + void setVariableValue(const char* pszName, std::vector<SERVO::CVariable>& vars); // 从文件中加载CReport列表 int loadReports(const char* pszFilepath); @@ -187,6 +188,7 @@ int requestEventReportSend(unsigned int CEID); int requestEventReportSend(const char* pszEventName); int requestEventReportSend_CarrierID_Readed(); + int requestEventReportSend_PJ_Queued(); private: void replyAck(int s, int f, unsigned int systemBytes, BYTE ack, const char* pszAckName); -- Gitblit v1.9.3