SourceCode/Bond/Servo/CEquipment.h
@@ -43,7 +43,7 @@ #define SIGNAL_UPSTREAM_TROUBLE 1 #define SIGNAL_INTERLOCK 2 #define SIGNAL_SEND_ABLE 3 typedef std::function<int(int writeCode, int retCode)> ONWRITEDRET; typedef std::function<void(int writeCode, int retCode)> ONWRITEDRET; typedef std::function<void(void* pEiuipment, BOOL bAlive)> ONALIVE; typedef std::function<void(void* pEiuipment, int code)> ONDATACHANGED;