LAPTOP-SNT8I5JK\Boounion
2025-07-29 1e0e0a4401a783651398c2545e152013d6003939
SourceCode/Bond/Servo/CEquipment.h
@@ -55,7 +55,7 @@
   typedef std::function<BOOL(void* pEiuipment, int port, CJobDataB* pJobDataB, short& putSlot)> ONPRESTOREDJOB;
   typedef std::function<void(void* pEiuipment, PROCESS_STATE state)> ONPROCESSSTATE;
   typedef std::function<void(void* pEiuipment, short scanMap, short downMap)> ONMAPMISMATCH;
   typedef std::function<void(void* pEiuipment, short scanMap)> ONPORTINUSE;
   typedef std::function<void(void* pEiuipment, short status, __int64 data)> ONPORTSTATUSCHANGED;
   typedef struct _EquipmentListener
   {
      ONALIVE            onAlive;
@@ -67,7 +67,7 @@
      ONPRESTOREDJOB      onPreStoredJob;
      ONPROCESSSTATE      onProcessStateChanged;
      ONMAPMISMATCH      onMapMismatch;
      ONPORTINUSE         onPortInUse;
      ONPORTSTATUSCHANGED   onPortStatusChanged;
   } EquipmentListener;