QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ExifParser.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QLoggingCategory>
4
5#include "GeoTagData.h"
6
7class QByteArray;
8
10
11namespace ExifParser
12{
13 QDateTime readTime(const QByteArray &buf);
14 bool write(QByteArray &buf, const GeoTagData &geotag);
15}
Q_DECLARE_LOGGING_CATEGORY(AndroidSerialLog)
QDateTime readTime(const QByteArray &buffer)
Definition ExifParser.cc:13
bool write(QByteArray &buffer, const GeoTagData &geotag)
Definition ExifParser.cc:32