Developmental Flight Test Instrumentation
|
DFTI main program. More...
#include <QCoreApplication>
#include <QCommandLineParser>
#include <QCommandLineOption>
#include <QDebug>
#include <QMetaType>
#include <QObject>
#include <QPointer>
#include <QString>
#include <QThread>
#include "autopilot/autopilot.hh"
#include "consts.hh"
#include "logger.hh"
#include "rio/rio.hh"
#include "server/server.hh"
#include "uadc/uadc.hh"
#include "util/util.hh"
#include "vn200/vn200.hh"
Functions | |
int | main (int argc, char *argv[]) |
Main application function. More... | |
DFTI main program.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main application function.
Main function file for DFTI. Creates sensor objects and manages threads.
argc | Number of command line arguments. |
argv | Array of command line arguments. |