添加了参数界面显示,尚未调通,需要检查信号和槽

This commit is contained in:
hm
2020-03-20 22:54:20 +08:00
parent cd4f252c6f
commit db54c9ffb4
10 changed files with 526 additions and 4 deletions
+3
View File
@@ -21,6 +21,9 @@ MavLinkNode::MavLinkNode(QObject *parent) : QObject(parent)
this,SIGNAL(SendMessageTo(quint8,quint8*,quint16)));
*/
}
MavLinkNode::~MavLinkNode()