修正buffer里面的数据处理方式,以前那个清除之后指针丢失
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user