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 "GeoTagData.h"
4
5class QByteArray;
6
7namespace ExifParser
8{
9 QDateTime readTime(const QByteArray &buf);
10 bool write(QByteArray &buf, const GeoTagData &geotag);
11}
QDateTime readTime(const QByteArray &buffer)
Definition ExifParser.cc:13
bool write(QByteArray &buffer, const GeoTagData &geotag)
Definition ExifParser.cc:32