Add GUI wait dms init.

This commit is contained in:
sunwen
2023-11-21 13:39:28 +08:00
parent 8dcf1580e8
commit da08abf0a3
5 changed files with 70 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
#define MAX_MQBLK_NO 5
#include <cstdint>
enum{
MQERR_DISCONNECT = -1,
MQERR_FULL = -2,
@@ -32,4 +34,4 @@ int dmsmq_recv( int *srvid, int *actid, uint8_t *data );
// 返回值 0 成功,< 0 异常信息
int dmsmq_send( int srvid, int actid, uint8_t *data, int len );
int dmsmq_sendx( int srvid, int actid, uint8_t *data, int len );
#endif
#endif