重改播放

This commit is contained in:
hm
2020-08-20 17:48:09 +08:00
parent 5c5ef643e1
commit 8ca8016d55
14 changed files with 199 additions and 220 deletions
+4 -16
View File
@@ -8,7 +8,7 @@
#include "QDebug"
#include "mavlinknode.h"
#include "replay.h"
//#include "replay.h"
QT_BEGIN_NAMESPACE
@@ -47,7 +47,7 @@ public:
MavLinkNode *mavlinknode = nullptr;
Replay *play = nullptr;
signals:
void showMessage(const QString &message,int TimeOut = 0);
@@ -72,22 +72,16 @@ public slots:
void readPendingDatagramsClient(void);
void readPendingDatagramsReplay(void);
// void readPendingDatagramsReplay(void);
int SendMessageTo(quint8 ch, quint8 *msg, quint16 len);
void replay(QString file);
//void replay(QString file);
private slots:
void record(quint32 src,QByteArray data);
protected:
@@ -104,12 +98,6 @@ protected:
QList<Node> clientSockets;
QFile *mavLogFile = NULL;
};