QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
OnboardLogFtpController.cc File Reference
#include "OnboardLogFtpController.h"
#include "AppSettings.h"
#include "FTPManager.h"
#include "MultiVehicleManager.h"
#include "OnboardLogFtpEntry.h"
#include "QGCFormat.h"
#include "QGCLoggingCategory.h"
#include "QmlObjectListModel.h"
#include "SettingsManager.h"
#include "Vehicle.h"
#include "VehicleLinkManager.h"
#include <QtCore/QDateTime>
#include <QtCore/QDir>
#include <QtCore/QFile>
#include <QtCore/QTimeZone>
+ Include dependency graph for OnboardLogFtpController.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 25 of file OnboardLogFtpController.cc.

◆ kMavlinkLogRoot

constexpr const char* kMavlinkLogRoot = "@MAV_LOG"
staticconstexpr

Definition at line 23 of file OnboardLogFtpController.cc.

◆ kPx4LogRootFallback

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

Definition at line 24 of file OnboardLogFtpController.cc.