航迹最大1000个点,数据保存1分钟存一次

This commit is contained in:
hm
2020-12-06 20:29:25 +08:00
parent cea520e6c4
commit 5c3fecdfe4
28 changed files with 668 additions and 475 deletions
+4
View File
@@ -141,6 +141,7 @@ private slots:
QByteArray readbuff(quint32 src);
void TimerOut(void);
void LogTimerOut(void);
//解析
void Mavlinkparse(quint32 src,QByteArray datagram);
@@ -187,8 +188,11 @@ protected:
_buffdef serial_buff;
_buffdef client_buff;
QString mavlogFileName;
QFile *mavLogFile = NULL;
QTimer *logTimer = nullptr;
};
#endif // MAVLINKNODE_H