QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
PX4ULogUtility.cc File Reference
#include "PX4ULogUtility.h"
#include "QGCLoggingCategory.h"
#include <cstring>
#include <ulog_cpp/reader.hpp>
+ Include dependency graph for PX4ULogUtility.cc:

Go to the source code of this file.

Namespaces

namespace  PX4ULogUtility
 

Functions

bool PX4ULogUtility::isValidHeader (const char *data, qint64 size)
 
int PX4ULogUtility::getVersion (const char *data, qint64 size)
 
uint64_t PX4ULogUtility::getHeaderTimestamp (const char *data, qint64 size)
 
bool PX4ULogUtility::iterateMessages (const char *data, qint64 size, const std::string &messageName, const MessageCallback &callback, QString &errorMessage)