添加终端
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "parameterprocess.h"
|
||||
#include "commandprocess.h"
|
||||
#include "statusprocess.h"
|
||||
|
||||
#include "Terminal.h"
|
||||
|
||||
|
||||
|
||||
@@ -62,6 +62,7 @@ class MavLinkNode : public QObject
|
||||
mavlink_turbinestate_t turbinstate;
|
||||
mavlink_bmustate_t bmustate;
|
||||
mavlink_ccmstate_t ccmstate;
|
||||
mavlink_serial_control_t serial_control;
|
||||
|
||||
}_vehicle;
|
||||
|
||||
@@ -78,8 +79,8 @@ public:
|
||||
MissionProcess *Mission = nullptr;
|
||||
ParameterProcess *Parameter = nullptr;
|
||||
commandprocess *Commander = nullptr;
|
||||
|
||||
statusprocess *Status = nullptr;
|
||||
terminal *Terminal = nullptr;
|
||||
|
||||
|
||||
bool isCommunicationLost = false;
|
||||
|
||||
Reference in New Issue
Block a user