#ifndef EXIFPARSER_H
#define EXIFPARSER_H
#include <QGeoCoordinate>
#include <QDebug>
#include "GeoTagController.h"
class ExifParser
{
public:
ExifParser();
~ExifParser();
double readTime(QByteArray& buf);
bool write(QByteArray& buf, GeoTagWorker::cameraFeedbackPacket& geotag);
};
#endif // EXIFPARSER_H
-
Mohammed Kabir authored
1. PX4Log parser is split off into its own class 2. New ULog parser implemented
Unverified78bb82ad