#include "OnboardLogController.h"
#include "AppSettings.h"
#include "FTPManager.h"
#include "OnboardLogEntry.h"
#include "MAVLinkLib.h"
#include "MAVLinkProtocol.h"
#include "MultiVehicleManager.h"
#include "ParameterManager.h"
#include "QGCFormat.h"
#include "QGCLoggingCategory.h"
#include "QmlObjectListModel.h"
#include "SettingsManager.h"
#include "Vehicle.h"
#include "VehicleLinkManager.h"
#include <algorithm>
#include <QtCore/QApplicationStatic>
#include <QtCore/QDir>
#include <QtCore/QTimeZone>
#include <QtCore/QTimer>
Go to the source code of this file.
◆ kApmLogRootFallback
| constexpr const char* kApmLogRootFallback = "/APM/LOGS" |
|
staticconstexpr |
◆ kMavlinkLogRoot
| constexpr const char* kMavlinkLogRoot = "@MAV_LOG" |
|
staticconstexpr |
◆ kPx4LogRootFallback
| constexpr const char* kPx4LogRootFallback = "/fs/microsd/log" |
|
staticconstexpr |