Developmental Flight Test Instrumentation
|
Data server class interface. More...
#include <vector>
#include <QDebug>
#include <QHostAddress>
#include <QObject>
#include <QPointer>
#include <QProcess>
#include <QTimer>
#include <QUdpSocket>
#include "core/consts.hh"
#include "rio/rio.hh"
#include "settings/settings.hh"
#include "uadc/uadc.hh"
#include "util/util.hh"
#include "vn200/vn200.hh"
Go to the source code of this file.
Classes | |
struct | dfti::StateData |
Structure to hold state data published. More... | |
class | dfti::Server |
UDP server for vehicle state data. More... | |
Macros | |
#define | STATE_DATA_SIZE 10 |
Data server class interface.