Subversion Repositories Projects

Rev

Rev 199 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 199 Rev 227
Line 25... Line 25...
25
#include <QColor>
25
#include <QColor>
26
#include <QBitArray>
26
#include <QBitArray>
Line 27... Line 27...
27
 
27
 
Line -... Line 28...
-
 
28
#include "Parameter_Positions.h"
-
 
29
 
-
 
30
#ifdef _WIN32_
-
 
31
static const QString OS_PORT = "COM1";
-
 
32
#else
-
 
33
static const QString OS_PORT = "/dev/ttyUSB0";
-
 
34
#endif
-
 
35
 
-
 
36
//#define _EEEPC_
-
 
37
 
-
 
38
#ifdef _EEEPC_
-
 
39
    static const int MeterSize = 125;
-
 
40
#else
-
 
41
    static const int MeterSize = 160;
28
#include "Parameter_Positions.h"
42
#endif
29
 
43
 
30
// Version des Seriellen Protokoll
44
// Version des Seriellen Protokoll
Line 31... Line 45...
31
static const int VERSION_SERIAL_MAJOR = 10;
45
static const int VERSION_SERIAL_MAJOR = 10;
Line 37... Line 51...
37
static const int ADDRESS_NC     = 2;
51
static const int ADDRESS_NC     = 2;
38
static const int ADDRESS_MK3MAG = 3;
52
static const int ADDRESS_MK3MAG = 3;
Line 39... Line 53...
39
 
53
 
Line 40... Line 54...
40
static const int SETTINGS_ID = 2;
54
static const int SETTINGS_ID = 2;
Line 41... Line 55...
41
 
55
 
42
static const int Sleep = 500000;
56
static const int SLEEP = 500000;
43
 
57
 
44
static const QString QA_NAME = "QMK-Groundstation";
58
static const QString QA_NAME = "QMK-Groundstation";
45
static const QString QA_VERSION = "0.6.3";
59
static const QString QA_VERSION = "0.7.0";
46
static const QString QA_DATE = "03.01.2009";
60
static const QString QA_DATE = "24.01.2009";
Line 47... Line 61...
47
static const QString QA_YEAR = "2008-2009";
61
static const QString QA_YEAR = "2008-2009";