LAPTOP-SNT8I5JK\Boounion
2025-07-19 8860b7e63527fad69f15944d340b7158edde1bed
SourceCode/Bond/EAPSimulator/CHsmsActive.h
@@ -1,7 +1,7 @@
#pragma once
#include <string>
#include <vector>
#include <map>
typedef std::function<void(void* pFrom, ACTIVESTATE state)> STATECHANGED;
typedef struct _ACTIVEListener
@@ -45,6 +45,9 @@
   // Enable/Disable Alarm Report
   int hsmsEDAlarmReport(bool bEnable, unsigned int id);
   // Define reports
   int hsmsDefineReports(std::map<unsigned int, std::vector<unsigned int>>& mapReport);
   // 通过的reply函数
   void replyAck(int s, int f, unsigned int systemBytes, BYTE ack, const char* pszAckName);