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