SourceCode/Bond/EAPSimulator/CHsmsActive.h
@@ -2,6 +2,7 @@
#include <string>
#include <vector>
#include <map>
#include <set>
#include "CCollectionEvent.h"
@@ -53,6 +54,16 @@
   // Line Event Report
   int hsmsLinkEventReport(std::map<unsigned int, std::vector<unsigned int>>& mapEvent);
   // Configure Spooling
   int hsmsConfigureSpooling(std::map<unsigned int, std::set<unsigned int>>& spoolingConfig);
   // 发送或清空缓存的消息
   int hsmsTransmitSpooledData();
   int hsmsPurgeSpooledData();
   // 查询PPID List
   int hsmsQueryPPIDList();
   // 通过的reply函数
   void replyAck(int s, int f, unsigned int systemBytes, BYTE ack, const char* pszAckName);