chenluhua1980
2026-01-29 238f41fd4edac2febc03d2e428bce7206f609e99
SourceCode/Bond/Servo/CEquipment.h
@@ -60,6 +60,8 @@
   typedef std::function<void(void* pEiuipment, short status, __int64 data)> ONPORTSTATUSCHANGED;
   typedef std::function<void(void* pEiuipment, const std::vector<CParam>& params)> ONPROCESSDATAREPORT;
   typedef std::function<void(void* pEiuipment, int port, CJobDataS* pJobDataS)> ONRECEIVEDJOB;
   typedef std::function<void(void* pEiuipment, int port, CJobDataS* pJobDataS)> ONSENTOUTJOB;
   typedef std::function<void(void* pEiuipment, int unitId, int status, int reason)> ONEQSTATUSCHANGED;
   
   typedef struct _EquipmentListener
   {
@@ -77,6 +79,8 @@
      ONVCREVENTREPORT   onPanelDataReport;
      ONPROCESSDATAREPORT   onProcessDataReport;
      ONRECEIVEDJOB      onReceivedJob;
      ONSENTOUTJOB      onSentOutJob;
      ONEQSTATUSCHANGED   onEqStatusChanged;
   } EquipmentListener;