|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <optional>#include <QtCore/QtGlobal>
Include dependency graph for Platform.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | QGCCommandLineParser |
| namespace | Platform |
Functions | |
| std::optional< int > | Platform::initialize (int argc, char *argv[], const QGCCommandLineParser::CommandLineParseResult &args) |
| Initialize platform: run safety checks and configure environment. | |
| void | Platform::setupPostApp () |
| Complete platform setup after application exists. | |
| int | Platform::showMultipleInstanceError (int argc, char *argv[]) |
| Show error dialog when another instance is already running. | |
| bool | Platform::checkSingleInstance (bool allowMultiple) |
| Check if another instance is already running (single instance guard) | |