添加心跳发送
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "missionprocess.h"
|
||||
#include "parameterprocess.h"
|
||||
#include "commandprocess.h"
|
||||
#include "statusprocess.h"
|
||||
|
||||
#ifdef QtMavlinkNode
|
||||
#include <mavlinknodeglobal.h>
|
||||
@@ -75,6 +76,9 @@ public:
|
||||
ParameterProcess *Parameter = nullptr;
|
||||
commandprocess *Commander = nullptr;
|
||||
|
||||
statusprocess *Status = nullptr;
|
||||
|
||||
|
||||
bool isCommunicationLost = false;
|
||||
|
||||
uint64_t bitrate = 0;
|
||||
|
||||
Reference in New Issue
Block a user