mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T171, interpolation logger pattern functions
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include "blackmisc/simulation/remoteaircraftprovider.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <QtGlobal>
|
||||
|
||||
namespace BlackMisc
|
||||
@@ -88,6 +88,15 @@ namespace BlackMisc
|
||||
//! \threadsafe
|
||||
void logParts(const PartsLog &parts);
|
||||
|
||||
//! File pattern for interpolation log
|
||||
static const QString &filePatternInterpolationLog();
|
||||
|
||||
//! File pattern for parts log
|
||||
static const QString &filePatternPartsLog();
|
||||
|
||||
//! All log.file patterns
|
||||
static const QStringList &filePatterns();
|
||||
|
||||
private:
|
||||
//! Get log as HTML table
|
||||
static QString getHtmlInterpolationLog(const QList<SituationLog> &logs);
|
||||
|
||||
Reference in New Issue
Block a user