SourceCode/Bond/Servo/CEquipment.h
@@ -44,6 +44,7 @@
   typedef std::function<void(void* pEiuipment, int code)> ONDATACHANGED;
   typedef std::function<void(void* pEiuipment, int state, int alarmId, int unitId, int level)> ONALARM;
   typedef std::function<void(void* pEiuipment, void* pReport)> ONVCREVENTREPORT;
   typedef std::function<BOOL(void* pEiuipment, CJobDataB* pJobDataB)> ONPREFETCHEDOUTJOB;
   typedef struct _EquipmentListener
   {
      ONALIVE            onAlive;
@@ -51,6 +52,7 @@
      ONALARM            onAlarm;
      ONDATACHANGED      onDataChanged;
      ONVCREVENTREPORT   onVcrEventReport;
      ONPREFETCHEDOUTJOB   onPreFethedOutJob;
   } EquipmentListener;