main.cc File Reference
DFTI main program. More...
#include <QCoreApplication>
#include <QCommandLineParser>
#include <QCommandLineOption>
#include <QDebug>
#include <QMetaType>
#include <QObject>
#include <QPointer>
#include <QString>
#include <QThread>
#include "consts.hh"
#include "logger.hh"
#include "qptrutil.hh"
#include "autopilot/autopilot.hh"
#include "rio/rio.hh"
#include "server/server.hh"
#include "uadc/uadc.hh"
#include "util/util.hh"
#include "vn200/vn200.hh"
Include dependency graph for main.cc:

Functions | |
int | main (int argc, char *argv[]) |
Main application function. More... | |
Detailed Description
DFTI main program.
- Copyright
- Copyright © 2016-2017 Vehicle Systems & Control Laboratory, Department of Aerospace Engineering, Texas A&M University
- License
- BSD 2-Clause License
Function Documentation
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main application function.
Main function file for DFTI. Creates sensor objects and manages threads.
- Parameters
-
argc Number of command line arguments. argv Array of command line arguments.