dfti_test.cc File Reference

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.

Author
Joshua Harris
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
argcNumber of command line arguments.
argvArray of command line arguments.