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);