Subversion Repositories Projects

Rev

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

Rev 481 Rev 525
Line 33... Line 33...
33
static const QString OS_PORT = "/dev/ttyUSB0";
33
static const QString OS_PORT = "/dev/ttyUSB0";
34
#endif
34
#endif
Line 35... Line 35...
35
 
35
 
Line 36... Line -...
36
//#define _EEEPC_
-
 
37
 
-
 
38
#ifdef _EEEPC_
-
 
39
    static const int MeterSize = 125;
-
 
40
#else
-
 
41
    static const int MeterSize = 160;
-
 
42
#endif
36
//#define _EEEPC_
43
 
37
 
44
// Version des Seriellen Protokoll
38
// Version des Seriellen Protokoll
Line 45... Line 39...
45
static const int VERSION_SERIAL_MAJOR = 10;
39
static const int VERSION_SERIAL_MAJOR = 10;
Line 53... Line 47...
53
 
47
 
Line 54... Line 48...
54
static const int SETTINGS_ID = 2;
48
static const int SETTINGS_ID = 2;
Line -... Line 49...
-
 
49
 
-
 
50
static const int SLEEP = 500000;
-
 
51
 
-
 
52
#ifdef _EEEPC_
-
 
53
    static const int MeterSize = 125;
-
 
54
    static const int TICKER = 5000;
-
 
55
#else
-
 
56
    static const int MeterSize = 160;
55
 
57
    static const int TICKER = 2000;
56
static const int SLEEP = 500000;
58
#endif
Line 57... Line 59...
57
 
59
 
58
static const QString QA_NAME = "QMK-Groundstation";
60
static const QString QA_NAME = "QMK-Groundstation";
59
static const QString QA_VERSION_NR = "0.8.10";
61
static const QString QA_VERSION_NR = "0.8.15";
60
 
62
 
Line 79... Line 81...
79
        #endif
81
        #endif
80
    #endif
82
    #endif
81
#endif
83
#endif
Line 82... Line 84...
82
 
84
 
83
 
85
 
84
static const QString QA_DATE = "28.05.2009";
86
static const QString QA_DATE = "09.07.2009";
85
static const QString QA_YEAR = "2008-2009";
87
static const QString QA_YEAR = "2008-2009";
Line 86... Line 88...
86
static const QString QA_AUTHOR = "Manuel Schrape";
88
static const QString QA_AUTHOR = "Manuel Schrape";