修正buffer里面的数据处理方式,以前那个清除之后指针丢失

This commit is contained in:
hm
2020-08-06 16:44:49 +08:00
parent ecb73699cd
commit 6db2b44969
10 changed files with 153 additions and 52 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public:
bool statesPort();
void stopPort();
bool setupClient(const QHostAddress &remote_addr, int remote_port, int local_port);
bool setupClient(const QHostAddress &local_addr,int local_port,const QHostAddress &remote_addr,int remote_port);
MavLinkNode *mavlinknode = nullptr;