LAPTOP-SNT8I5JK\Boounion
2025-08-14 a2209cc432cb9c80779d83e51ef090f782e8404a
SourceCode/Bond/Servo/HsmsPassive.h
@@ -7,6 +7,7 @@
#include <map>
#include <set>
#include "CCollectionEvent.h"
#include "ProcessJob.h"
#define EQCONSTANT_VALUE_MAX   64
@@ -86,6 +87,7 @@
   const char* pszCarrierId,
   unsigned char PTN, 
   std::string& strErrorTxt)> CARRIERACTION;
typedef std::function<int(void* pFrom, std::vector<SERVO::CProcessJob*>& pjs)> PRJOBMULTICREATE;
typedef struct _SECSListener
{
   SECSEQOFFLINE            onEQOffLine;
@@ -98,6 +100,7 @@
   EDALARMREPORT            onEnableDisableAlarmReport;
   QUERYPPIDLIST            onQueryPPIDList;
   CARRIERACTION            onCarrierAction;
   PRJOBMULTICREATE         onPRJobMultiCreate;
} SECSListener;
@@ -207,6 +210,7 @@
   int replyPurgeSpooledData(IMessage* pRecv);
   int replyQueryPPIDList(IMessage* pRecv);
   int replyTerminalDisplay(IMessage* pRecv);
   int replyPRJobMultiCreate(IMessage* pRecv);
private:
   inline void Lock() { EnterCriticalSection(&m_criticalSection); }