LAPTOP-SNT8I5JK\Boounion
2025-03-24 cfa0f3595c53e3567bb12cb194a37617a7b8a662
SourceCode/Bond/Servo/CEquipment.h
@@ -25,10 +25,12 @@
#define VCR_MAX                  1
   typedef std::function<void(void* pEiuipment, BOOL bAlive)> ONALIVE;
   typedef std::function<void(void* pEiuipment, int code)> ONDATACHANGED;
   typedef struct _EquipmentListener
   {
      ONALIVE            onAlive;
      ONALIVE            onCimStateChanged;
      ONDATACHANGED      onDataChanged;
   } EquipmentListener;
   // Memory Block 结构体定义