#ifndef PX4LOGPARSER_H #define PX4LOGPARSER_H #include #include #include "GeoTagController.h" class PX4LogParser { public: PX4LogParser(); ~PX4LogParser(); bool getTagsFromLog(QByteArray& log, QList& cameraFeedback); private: }; #endif // PX4LOGPARSER_H