DFTI component test program. More...
#include <QCoreApplication>#include <QCommandLineParser>#include <QCommandLineOption>#include <QDebug>#include <QPointer>#include <QString>#include "autopilot/autopilot.hh"#include "core/consts.hh"#include "rio/rio.hh"#include "uadc/uadc.hh"#include "util/util.hh"#include "vn200/vn200.hh"
Include dependency graph for dfti_test.cc:

Functions | |
| int | main (int argc, char *argv[]) |
| Main test application function. More... | |
Variables | |
| const QString | app_name {"dftitest"} |
| App info. | |
Detailed Description
DFTI component test 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 test application function.
Main function file for DFTI test program. Creates sensor objects and manages threads.
- Parameters
-
argc Number of command line arguments. argv Array of command line arguments.

1.8.11