Subversion Repositories Projects

Rev

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

Rev 334 Rev 337
Line 17... Line 17...
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
18
 ***************************************************************************/
18
 ***************************************************************************/
19
#ifndef PARAMETER_POSITIONS_H
19
#ifndef PARAMETER_POSITIONS_H
20
#define PARAMETER_POSITIONS_H
20
#define PARAMETER_POSITIONS_H
Line 21... Line -...
21
 
-
 
22
#ifdef _BETA_
21
 
23
// Positionen der Navidaten im OSD-Datensatz
22
// Positionen der Navidaten im OSD-Datensatz
Line 24... Line 23...
24
////////////////////////////////////////////
23
////////////////////////////////////////////
25
 
24
 
Line 62... Line 61...
62
static const int N_ERRORCODE        = 69; //77
61
static const int N_ERRORCODE        = 69; //77
63
static const int N_OP_RADIUS        = 70; //77
62
static const int N_OP_RADIUS        = 70; //77
64
static const int N_TOP_SPEED        = 71; //77
63
static const int N_TOP_SPEED        = 71; //77
65
static const int N_HOLD_TIME        = 73; //77
64
static const int N_HOLD_TIME        = 73; //77
Line 66... Line -...
66
 
-
 
67
#else
-
 
68
 
-
 
69
// Positionen der Navidaten im OSD-Datensatz
-
 
70
////////////////////////////////////////////
-
 
71
static const int N_CUR_LONGITUDE    = 0;
-
 
72
static const int N_CUR_LATITUDE     = 4;
-
 
73
static const int N_CUR_ALTITUDE     = 8;
-
 
74
static const int N_CUR_STATUS       = 12;
-
 
75
 
-
 
76
static const int N_TAR_LONGITUDE    = 13; //16
-
 
77
static const int N_TAR_LATITUDE     = 17; //20
-
 
78
static const int N_TAR_ALTITUDE     = 21; //24
-
 
79
static const int N_TAR_STATUS       = 25; //28
-
 
80
static const int N_TAR_DISTANCE     = 26; //32
-
 
81
static const int N_TAR_ANGLE        = 28; //34
-
 
82
 
-
 
83
static const int N_HOME_LONGITUDE   = 30; //36
-
 
84
static const int N_HOME_LATITUDE    = 34; //40
-
 
85
static const int N_HOME_ALTITUDE    = 38; //44
-
 
86
static const int N_HOME_STATUS      = 42; //48
-
 
87
static const int N_HOME_DISTANCE    = 43; //52
-
 
88
static const int N_HOME_ANGLE       = 45; //54
-
 
89
 
-
 
90
static const int N_WP_INDEX         = 47; //56
-
 
91
static const int N_WP_NUMBER        = 48; //57
-
 
92
 
-
 
93
static const int N_SATS_IN_USER     = 49; //58
-
 
94
static const int N_ALTIMETER        = 50; //59
-
 
95
static const int N_VARIOMETER       = 52; //61
-
 
96
static const int N_FLYING_TIME      = 54; //63
-
 
97
static const int N_UBAT             = 56; //65
-
 
98
static const int N_GROUND_SPEED     = 57; //66
-
 
99
static const int N_HEADING          = 59; //68
-
 
100
static const int N_COMAPSS_HEADING  = 61; //70
-
 
101
static const int N_ANGLE_NICK       = 63; //72
-
 
102
static const int N_ANGLE_ROLL       = 64; //73
-
 
103
static const int N_RC_QUALITY       = 65; //74
-
 
104
static const int N_MK_FLAGS         = 66; //75
-
 
105
static const int N_NC_FLAGS         = 67; //76
-
 
106
static const int N_ERRORCODE        = 68; //77
-
 
107
static const int N_OP_RADIUS        = 70; //77
-
 
108
static const int N_TOP_SPEED        = 71; //77
-
 
109
static const int N_HOLD_TIME        = 73; //77
-
 
110
#endif
-
 
111
 
65
 
112
// Positionen der Setting-Parameter
66
// Positionen der Setting-Parameter
Line 113... Line 67...
113
///////////////////////////////////
67
///////////////////////////////////
114
 
68
 
115
#ifdef _BETA_
69
#ifdef _BETA_
116
static const int VERSION_SETTINGS = 75;
70
static const int VERSION_SETTINGS = 75;
117
static const int VERSION_OSD      = 1;
71
static const int VERSION_OSD      = 1;
118
static const int VERSION_MIXER    = 1;
72
static const int VERSION_MIXER    = 1;
119
#else
73
#else
120
static const int VERSION_SETTINGS = 74;
74
static const int VERSION_SETTINGS = 75;
121
static const int VERSION_OSD      = 0;
75
static const int VERSION_OSD      = 1;
Line 122... Line 76...
122
static const int VERSION_MIXER    = 1;
76
static const int VERSION_MIXER    = 1;