画了一个简单的qml界面用于测试指令

This commit is contained in:
2020-04-08 18:05:00 +08:00
parent b051a1e969
commit 2594deaa06
8 changed files with 231 additions and 67 deletions
+4
View File
@@ -9,6 +9,10 @@
MavLinkNode::MavLinkNode(QObject *parent) : QObject(parent)
{
// qmlRegisterType<commandprocess>(static_cast<void>("Protocol.Command"), static_cast<void>(1), static_cast<void>(0), "Command");
//main thread
running_flag = false;
Nodethread = new QThread();