|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include "QGCApplication.h"#include "QGCCommandLineParser.h"#include "QGCLogging.h"#include "QGCLoggingCategory.h"#include "Platform.h"
Include dependency graph for main.cc:Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 13 of file main.cc.
References QGCCommandLineParser::determineAppMode(), QGCCommandLineParser::handleParseResult(), QGCApplication::init(), Platform::initialize(), QGCLogging::installHandler(), QGCCommandLineParser::parse(), Platform::setupPostApp(), and QGCApplication::shutdown().