Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 158 → Rev 159

/QMK-Groundstation/trunk/global.h
27,16 → 27,25
 
#include "Parameter_Positions.h"
 
static const int FC_VERSION = 9;
// Version des Seriellen Protokoll
static const int VERSION_SERIAL_MAJOR = 10;
static const int VERSION_SERIAL_MINOR = 0;
 
// Basis-Addressen der verschiedenen Hardware
static const int ADDRESS_ALL = 0;
static const int ADDRESS_FC = 1;
static const int ADDRESS_NC = 2;
static const int ADDRESS_MK3MAG = 3;
 
static const int DEBUG_INTERVALL = 200;
 
static const QString QA_NAME = "QMK-Groundstation";
static const QString QA_VERSION = "0.5.4j";
static const QString QA_DATE = "23.11.2008";
static const QString QA_VERSION = "0.5.6";
static const QString QA_DATE = "05.12.2008";
static const QString QA_YEAR = "2008";
static const QString QA_AUTHOR = "Manuel Schrape";
static const QString QA_EMAIL = "manuel.schrape@gmx.de";
 
 
static const QString QA_ABOUT =
"<HTML>"
"<p><b><font size=8>" + QA_NAME + "</font></b></p>"
58,19 → 67,22
 
static const QString HardwareType[] = {"", "FlightCtrl", "NaviCtrl", "MK3Mag"};
 
 
static const int MaxTickerEvents = 5;
 
static const int MaxAnalog = 32;
static const int MaxPlot = 50000;
static const int PlotWide = 80;
static const int PlotWide = 100;
 
struct sMode
{
int ID;
int VERSION_MAJOR;
int VERSION_MINOR;
int VERSION_PATCH;
int VERSION_SERIAL_MAJOR;
int VERSION_SERIAL_MINOR;
QString Hardware;
QString Version;
QString Compatible;
};
 
struct sRxData