Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1053 - 1
/*****************************************************************************
2
 *   Copyright (C) 2010 Sebastian Boehm, seb@exse.net                            *
3
 *                                                                           *
4
 *   This program is free software; you can redistribute it and/or modify    *
5
 *   it under the terms of the GNU General Public License as published by    *
6
 *   the Free Software Foundation; either version 2 of the License.          *
7
 *                                                                           *
8
 *   This program is distributed in the hope that it will be useful,         *
9
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
10
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           *
11
 *   GNU General Public License for more details.                            *
12
 *                                                                           *
13
 *   You should have received a copy of the GNU General Public License       *
14
 *   along with this program; if not, write to the                           *
15
 *   Free Software Foundation, Inc.,                                         *
16
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.               *
17
 *                                                                           *
18
 *****************************************************************************/
19
 
20
#define PAGES 13
21
#define PARAM_COUNT 123
22
 
23
 
24
 
25
prog_char param_pages[PAGES][15]= // zeilen,zeichen+1
26
{
27
        "Kanaele   ",
28
        "Main      ",
29
        "Stick     ",
30
        "Looping   ",
31
        "Hoehe     ",
32
        "Kamera    ",
33
        "NaviCtrl  ",
34
        "Ausgaenge ",
35
        "Versch.   ",
36
        "Gyro      ",
37
        "Benutzer  ",
38
        "Achskoppl.",
39
        "Mixer     "
40
 
41
 
42
};
43
 
44
 
45
//Namen
46
prog_char  param_names[PARAM_COUNT][15]=
47
{
48
 
49
   // group 0 (kanaele) 
50
         "Gas           ",
51
         "Gier          ",
52
         "Nick          ",
53
         "Roll          ",
54
         "Poti 1        ",
55
         "Poti 2        ",
56
         "Poti 3        ",
57
         "Poti 4        ",
58
         "Poti 5        ",
59
         "Poti 6        ",
60
         "Poti 7        ",
61
         "Poti 8        ",
62
         "Motor Sich.Sch",
63
         "Erw. Sig. Pr. ",
64
         "Empfaenger Typ",
65
 
66
 
67
        // group 1 (main)
68
 
69
         "Hoehenregelung",
70
         "GPS           ",
71
         "Kompass       ",
72
         "Feste Ausricht",
73
         "Erw. Sig. Pr. ",
74
         "Achs(e.)koppl.",
75
         "Drehratenbeg. ",
76
         "Heading Hold  ",
77
 
78
 
79
         // group 2 (stick)
80
 
81
         "Nick/Roll P   ",
82
         "Nick/Roll D   ",
83
         "Gier P        ",
84
         "Externe Kontr.",
85
 
86
         // group3 : looping
87
 
88
         "Looping oben  ",
89
         "Looping unten ",
90
         "Looping links ",
91
         "Looping rechts",
92
         "Gas Limit     ",
93
         "Ansprechschw. ",
94
         "Hysterese     ",
95
         "Umkehrp. Nick ",
96
         "Umkehrp. Roll ",
97
 
98
        // group 4 (hoehe)
99
 
100
         "Hoehenregelung",
101
         "Y:HBeg,N:Vario",
102
         "Schalter f. H.",
103
         "akust. Vario  ",
104
         "Sollwert      ",
105
         "Min. Gas      ",
106
         "Hoehe P       ",
107
         "Luftdruck D   ",
108
         "Z-ACC         ",
109
         "Verstaerkung/R",
110
         "Schwebegas +/-",
111
         "GPS Z         ",
112
         "Stick Neutr. P",
113
 
114
 
115
         // group 5 : kamera
116
 
117
         "Nick S. Anst. ",
118
         "Kompensation  ",
119
         "Umkehren      ",
120
         "Servo min     ",
121
         "servo max     ",
122
         "Roll S. Anst. ",
123
         "Kompensation  ",
124
         "Umkehren      ",
125
         "Servo min     ",
126
         "servo max     ",
127
         "Anst. Geschw. ",
128
         "Manuelle Gesch",
129
         "Cam Richtung  ",
130
         "Servo 3       ",
131
         "Servo 4       ",
132
         "Servo 5       ",
133
 
134
 
135
         // group 6 : navictrl
136
 
137
         "GPS           ",
138
         "GPS Modus St. ",
139
         "GPS Verstaerk.",
140
         "GPS St. Schw. ",
141
         "Min. Sat.     ",
142
         "GPS-P         ",
143
         "GPS-I         ",
144
         "GPS-D         ",
145
         "P Limit       ",
146
         "I Limit       ",
147
         "D Limit       ",
148
         "GPS Acc       ",
149
         "GPS Windkorr. ",
150
         "Bremswirkung  ",
151
         "GPS max. Rad. ",
152
         "GPS Winkel Li.",
153
         "PH Login time ",
154
 
155
 
156
         // group 7 : ausgaenge
157
 
158
         "J16 Bitmaske  ",
159
         "J16 Timing    ",
160
         "J17 Bitmaske  ",
161
         "J17 Timing    ",
162
         "nur mit Motor ",
163
         "J16 Untersp. W",
164
         "aktiv         ",
165
         "J17 Untersp. W",
166
         "aktiv         ",
167
 
168
 
169
         // group 8 : versch.
170
 
171
         "Min. Gas      ",
172
         "Max. Gas      ",
173
         "Kompasswirkung",
174
         "Carefree St.  ",
175
         "Unterspannung ",
176
         "Not Gas Zeit  ",
177
         "Not Gas       ",
178
 
179
         // group 9 : gyro
180
 
181
         "Gyro P        ",
182
         "Gyro I        ",
183
         "Gyro D        ",
184
         "Gier P        ",
185
         "Gier I        ",
186
         "Dynamische St.",
187
         "Drehratenbeg. ",
188
         "ACC/Gyro Fak. ",
189
         "ACC/Gyro Komp.",
190
         "Hauptregler I ",
191
         "Drifkompensat.",
192
         "Gyro stab.    ",
193
 
194
         // group 10: benutzer
195
 
196
         "Parameter 1   ",
197
         "Parameter 2   ",
198
         "Parameter 3   ",
199
         "Parameter 4   ",
200
         "Parameter 5   ",
201
         "Parameter 6   ",
202
         "Parameter 7   ",
203
         "Parameter 8   ",
204
 
205
 
206
         // group 11: achskoppl
207
 
208
         "Achs(e.)koppl.",
209
         "Gier pos. Kopp",
210
         "Nick/Roll Kopp",
211
         "Gier Korrektur",
212
 
213
         // group 12: mixer
214
 
215
         "Orientierung  ",
216
 
217
};
218