QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
OnboardLogController.cc File Reference
#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>
+ Include dependency graph for OnboardLogController.cc:

Go to the source code of this file.

Variables

static constexpr const char * kMavlinkLogRoot = "@MAV_LOG"
 
static constexpr const char * kPx4LogRootFallback = "/fs/microsd/log"
 
static constexpr const char * kApmLogRootFallback = "/APM/LOGS"
 

Variable Documentation

◆ kApmLogRootFallback

constexpr const char* kApmLogRootFallback = "/APM/LOGS"
staticconstexpr

Definition at line 30 of file OnboardLogController.cc.

◆ kMavlinkLogRoot

constexpr const char* kMavlinkLogRoot = "@MAV_LOG"
staticconstexpr

Definition at line 28 of file OnboardLogController.cc.

◆ kPx4LogRootFallback

constexpr const char* kPx4LogRootFallback = "/fs/microsd/log"
staticconstexpr

Definition at line 29 of file OnboardLogController.cc.