|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "ULogUtility.h"#include "QGCLoggingCategory.h"#include <cstring>#include <ulog_cpp/reader.hpp>
Include dependency graph for ULogUtility.cc:Go to the source code of this file.
Namespaces | |
| namespace | ULogUtility |
Functions | |
| bool | ULogUtility::isValidHeader (const char *data, qint64 size) |
| int | ULogUtility::getVersion (const char *data, qint64 size) |
| uint64_t | ULogUtility::getHeaderTimestamp (const char *data, qint64 size) |
| bool | ULogUtility::iterateMessages (const char *data, qint64 size, const std::string &messageName, const MessageCallback &callback, QString &errorMessage) |