SourceCode/Bond/EAPSimulator/CHsmsActive.h
@@ -9,6 +9,7 @@ #define SVID_CJobSpace 5001 #define SVID_PJobSpace 5002 #define SVID_PJobQueued 5003 typedef std::function<void(void* pFrom, ACTIVESTATE state)> STATECHANGED; @@ -88,6 +89,9 @@ // S16F15 int hsmsPRJobMultiCreate(std::vector<SERVO::CProcessJob*>& pjs); // S14F9 int hsmsCreateControlJob(const char* pszControlJobId, std::vector<std::string>& processJobIds); // 通过的reply函数 void replyAck(int s, int f, unsigned int systemBytes, BYTE ack, const char* pszAckName);