PX4LogParser.h 334 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef PX4LOGPARSER_H
#define PX4LOGPARSER_H

#include <QGeoCoordinate>
#include <QDebug>

#include "GeoTagController.h"

class PX4LogParser
{
public:
    PX4LogParser();
    ~PX4LogParser();
    bool getTagsFromLog(QByteArray& log, QList<GeoTagWorker::cameraFeedbackPacket>& cameraFeedback);

private:

};

#endif // PX4LOGPARSER_H