LAPTOP-SNT8I5JK\Boounion
2025-08-15 697fa6b857fe202fe2e5f50d4ecf2c7268e527cc
SourceCode/Bond/EAPSimulator/CHsmsActive.h
@@ -2,7 +2,14 @@
#include <string>
#include <vector>
#include <map>
#include <set>
#include "CCollectionEvent.h"
#include "ProcessJob.h"
#define SVID_CJobSpace            5001
#define SVID_PJobSpace            5002
#define SVID_PJobQueued            5003
typedef std::function<void(void* pFrom, ACTIVESTATE state)> STATECHANGED;
@@ -53,6 +60,35 @@
   // 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();
   // 查询变量
   int hsmsSelectedEquipmentStatusRequest(unsigned int SVID);
   // 查询PPID List
   int hsmsQueryPPIDList();
   // S3F17
   // 卡匣动作请求
   int hsmsCarrierActionRequest(unsigned int DATAID,
      const char* pszCarrierAction,
      const char* pszCarrierId,
      unsigned char PTN);
   int hsmsProceedWithCarrier(unsigned int DATAID,
      const char* pszCarrierId,
      unsigned char PTN);
   int CHsmsActive::hsmsCarrierRelease(unsigned int DATAID,
      const char* pszCarrierId,
      unsigned char PTN);
   // S16F15
   int hsmsPRJobMultiCreate(std::vector<SERVO::CProcessJob*>& pjs);
   // 通过的reply函数
   void replyAck(int s, int f, unsigned int systemBytes, BYTE ack, const char* pszAckName);