QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
LogFormatter.cc File Reference
#include "LogFormatter.h"
#include <QtCore/QJsonArray>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>
#include "LogEntry.h"
+ Include dependency graph for LogFormatter.cc:

Go to the source code of this file.

Namespaces

namespace  LogFormatter
 

Functions

static QString LogFormatter::escapeCsv (const QString &field)
 
QString LogFormatter::formatCsvRow (const LogEntry &entry)
 
QString LogFormatter::csvHeader ()
 
QByteArray LogFormatter::format (const QList< LogEntry > &entries, int fmt)
 
QByteArray LogFormatter::formatAsText (const QList< LogEntry > &entries)
 
QJsonObject LogFormatter::entryToJson (const LogEntry &e, JsonSchema schema)
 
QByteArray LogFormatter::formatAsJson (const QList< LogEntry > &entries)
 
QByteArray LogFormatter::formatAsCsv (const QList< LogEntry > &entries)
 
QByteArray LogFormatter::formatAsJsonLines (const QList< LogEntry > &entries)