mrDarker
2025-06-19 29adbde03b8499f070218181500e5774c301328e
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;