QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
LogViewerDataFlashParser.h
Go to the documentation of this file.
1#pragma once
2
4// Note: named LogViewerDataFlashParser to avoid collision with GeoTag/DataFlashParser.h
5
6#include <QtCore/QString>
7
8// Free-function parser for ArduPilot DataFlash (.bin / .log) files.
9// Returns a filled LogParseResult on success (result.ok == true) or an error
10// message in result.errorMessage on failure.
11namespace DataFlashParser {
12 LogParseResult parseFile(const QString &filePath);
13}
LogParseResult parseFile(const QString &filePath)