SourceCode/Bond/Servo/CMaster.h
@@ -8,7 +8,7 @@ namespace SERVO { typedef std::function<void(void* pMaster, CEquipment* pEiuipment, BOOL bAlive)> ONEQALIVE; typedef std::function<void(void* pEiuipment, CStep* pStep, int code, void* pData)> ONEQSTEPEVENT; typedef std::function<void(CStep* pStep, int code, void* pData)> ONEQSTEPEVENT; typedef struct _MasterListener { ONEQALIVE onEqAlive;