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 结构体定义