Subversion Repositories Projects

Rev

Rev 1465 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1465 - 1
 
2
/****************************************************************/
3
/*                                                                                                                                                                                                                                                      */
4
/*                                                                       NG-Video 5,8GHz                                                                                                                */
5
/*                                                                                                                                                                                                                                                      */
6
/*                                              Copyright (C) 2011 - gebad                                                                                              */
7
/*                                                                                                                                                                                                                                                      */
8
/*      This code is distributed under the GNU Public License                           */
9
/*      which can be found at http://www.gnu.org/licenses/gpl.txt               */
10
/*                                                                                                                                                                                                                                                      */
11
/*      using                                                                                                                                                                                                                           */
12
/*      http://www.avrfreaks.net/                                                                                                                                               */
13
/*      index.php?name=PNphpBB2&file=viewtopic&t=71985&view=previous*/
14
/*                                                                                                                                                                                                                                                      */
15
/****************************************************************/
16
 
17
#ifndef _MESSAGES_H_
18
#define _MESSAGES_H_
19
 
20
#include <avr/pgmspace.h>
21
 
22
/* International */
23
#define INTERNAT_RSSI_MIN                                                               "RSSI-Min"
24
#define INTERNAT_RSSI_MAX                                                               "RSSI-Max"
25
#define INTERNAT_DIVERSITY                                                      "Diversity"
26
#define INTERNAT_LCD                                                                            "LCD"
27
#define INTERNAT_AV1                                                                            "AV1"
28
#define INTERNAT_AV2                                                                            "AV2"
29
#define INTERNAT_RX1                                                                            "1.RX:"
30
#define INTERNAT_RX2                                                                            "2.RX:"
31
#define INTERNAT_STEPS_255                                                      "255" 
32
#define INTERNAT_STEPS_1023                                                     "1023"
33
#define INTERNAT_SERVO                                                                  "Servo"
34
#define INTERNAT_SERVO1                                                                 "Servo 1"
35
#define INTERNAT_SERVO2                                                                 "Servo 2"
36
#define INTERNAT_TEST_SERVO                                                     "Servo-Test"
37
#define INTERNAT_TRACK_RSSI                                                     "RSSI"
38
#define INTERNAT_TRACK_MKCOCKPIT                                "MK-Cockpit"
39
#define INTERNAT_TRACK_SERVO_HYTERESE           "Servo-Hyster."
40
#define INTERNAT_BAUDRATE                                                               "Baudrate"
1467 - 41
#define INTERNAT_UHW5V                                                                  "  5V"
1465 - 42
#define INTERNAT_VERSION1                                                       "NG-Video  5.8GHz\nHW: "
43
#define INTERNAT_VERSION2                                                       "  M.Beck""FW: "VERSION "  gebad"
44
 
45
#define GERMAN_LANGUAGE                                                                 "Sprache"
46
#define GERMAN_GERMAN                                                                           "Deutsch"
47
#define GERMAN_ENGLISH                                                                  "Englisch"
48
#define GERMAN_FRENCH                                                                           "Franz""\x94""sisch"
49
#define GERMAN_RETURN                                                                           "Zur""\x81""ck"
50
#define GERMAN_AV_SOURCE                                                                "AV-Quelle"
51
#define GERMAN_RX_CHANNEL                                                               "RX-Kanal"
52
#define GERMAN_RSSI_CALIBR                                                      "RSSI-Kalibr."
53
#define GERMAN_RSSI_MIN_ALL                                                     "Min alle Kan."
54
#define GERMAN_TX                                                                                               "Bitte TX auf "
55
#define GERMAN_TX_OFF                                                                           "AUS"
56
#define GERMAN_TX_ON                                                                            "EIN"
57
#define GERMAN_CONTINUE                                                                 "Weiter mit Enter"
58
#define GERMAN_CONTRAST                                                                 "Kontrast"
59
#define GERMAN_BACKGR_LIGHT                                                     "LCD-Beleucht."
60
#define GERMAN_LIGHT                                                                            "Licht:"
61
#define GERMAN_LIGHT_OFF                                                                " immer aus"
62
#define GERMAN_LIGHT_ON                                                                 " immer ein"
63
#define GERMAN_SEC                                                                                      " Sek."
64
#define GERMAN_BATTERY                                                                  "Batterie"
65
#define GERMAN_U_MIN                                                                            "U-Min"
66
#define GERMAN_U_SETUP                                                                  "Untersp.-Setup"
67
#define GERMAN_U_OFFSET                                                                 "U-Offset"
68
#define GERMAN_MSG_MK_BATTERY                                           "MK-Batterie"
69
#define GERMAN_MSG_MK_BAT_NR                                            "Bat. Nummer"
70
#define GERMAN_MSG_MK_BAT_CAPACITY                      "Bat. Kapazit""\x84""t"
71
#define GERMAN_MSG_MK_I_OFFSET                                  "I-Offset"
72
#define GERMAN_MSG_MK_I_FAKTOR                                  "I-Koeffizient"
73
#define GERMAN_MSG_MK_W_FAKTOR                                  "W-Koeffizient"
74
#define GERMAN_CALIBRATION                                                      "Kalibrierung"
75
#define GERMAN_RUNNING                                                                  "l""\x84""uft"
76
#define GERMAN_ERROR                                                                            "Fehler!"
77
#define GERMAN_TX_NOT                                                                           "Sender nicht "
78
#define GERMAN_ACCU_LOW                                                                 "      Akku\n    entladen!"
79
#define GERMAN_SERVO_CALIBR                                                     "Servo-Kalibr."
80
#define GERMAN_SERVO_STEPS                                                      "Servo-Schritte"
81
#define GERMAN_CALIB                                                                            "Kalib."
82
#define GERMAN_LEFT                                                                                     "links"
83
#define GERMAN_RIGHT                                                                            "rechts"
84
#define GERMAN_MIDDLE                                                                           "Mitte"
85
#define GERMAN_REVERSE                                                                  "rev."
86
#define GERMAN_SERVO1_REVERSE                                           INTERNAT_SERVO1 " " GERMAN_REVERSE
87
#define GERMAN_CALIB1_LEFT                                                      GERMAN_CALIB "1 " GERMAN_LEFT
88
#define GERMAN_CALIB1_RIGHT                                                     GERMAN_CALIB "1 " GERMAN_RIGHT
89
#define GERMAN_CALIB1_MIDDLE                                            GERMAN_CALIB "1 " GERMAN_MIDDLE
90
#define GERMAN_SERVO2_REVERSE                                           INTERNAT_SERVO2 " " GERMAN_REVERSE
91
#define GERMAN_CALIB2_LEFT                                                      GERMAN_CALIB "2 " GERMAN_LEFT
92
#define GERMAN_CALIB2_RIGHT                                                     GERMAN_CALIB "2 " GERMAN_RIGHT
93
#define GERMAN_CALIB2_MIDDLE                                            GERMAN_CALIB "2 " GERMAN_MIDDLE
94
#define GERMAN_FRAME                                                                            "Periode"
95
#define GERMAN_PULSE_WIDTH                                                      "Test Pulsl""\x84""nge"
96
#define GERMAN_CONTINOUS                                                                "Test fortlauf."
97
#define GERMAN_SINGLE_STEP                                                      "Einzelschritte"
98
#define GERMAN_REPEAT                                                                           "Anzahl Tests"
99
#define GERMAN_PAUSE                                                                            "Pause Endpos."
100
#define GERMAN_PAUSE_STEP                                                               "Pause pro Inc."
101
#define GERMAN_COUNTER                                                                  "Z""\x84""hler:"
102
#define GERMAN_START                                                                            "Start Test"
103
#define GERMAN_OFF                                                                                      "aus"
104
#define GERMAN_ON                                                                                               "ein"
105
#define GERMAN_TRACKING                                                                 "Antenne nachf."
106
#define GERMAN_TRACK_GPS                                                                "GPS mit wi232"
107
#define GERMAN_TRACK_NMEA                                                               "NMEA GPS"
108
#define GERMAN_TRACK_TX_OSD_DATA                                "TX OSD-Daten"
109
#define GERMAN_HYSTERESE                                                                "Hysterese"
110
#define GERMAN_TRACK_TX_ON                                                      "Sende Forderung"
111
#define GERMAN_GPS_DISPLAY                                                      "GPS-Anzeigen"
112
#define GERMAN_GPS_CALCULATE                                            "berechn. Daten"
113
#define GERMAN_GPS_CURRENT                                                      "aktuelle Pos."
114
#define GERMAN_GPS_HOME                                                                 "Startposition"
115
#define GERMAN_GPS_MISC                                                                 "Elektr. Werte"
116
#define GERMAN_GPS_NO_DATA                                                      "     Noch\n  keine Daten\n   empfangen!"
117
#define GERMAN_RX_TIME                                                                  "RX-Zeit"
118
#define GERMAN_COM                                                                                      "Seriell COM"
119
#define GERMAN_KOMMA                                                                            ","
120
#define GERMAN_UHW33V                                                                           "3,3V"
121
 
122
#define ENGLISH_LANGUAGE                                                                "Language"
123
#define ENGLISH_GERMAN                                                                  "German"
124
#define ENGLISH_ENGLISH                                                                 "English"
125
#define ENGLISH_FRENCH                                                                  "French"
126
#define ENGLISH_RETURN                                                                  "Return"
127
#define ENGLISH_AV_SOURCE                                                               "AV-Source"
128
#define ENGLISH_RX_CHANNEL                                                      "RX-Channel"
129
#define ENGLISH_RSSI_CALIBR                                                     "RSSI-Calibr."
130
#define ENGLISH_RSSI_MIN_ALL                                            "Min all Chan."
131
#define ENGLISH_TX                                                                                      "TX switch "
132
#define ENGLISH_TX_OFF                                                                  "OFF"
133
#define ENGLISH_TX_ON                                                                           "ON"
134
#define ENGLISH_CONTINUE                                                                "Continue Enter"
135
#define ENGLISH_CONTRAST                                                                "Contrast"
136
#define ENGLISH_BACKGR_LIGHT                                            "Backgr. Light"
137
#define ENGLISH_LIGHT                                                                           "Light:"
138
#define ENGLISH_LIGHT_OFF                                                               "always off"
139
#define ENGLISH_LIGHT_ON                                                                " always on"
140
#define ENGLISH_SEC                                                                                     " sec."
141
#define ENGLISH_BATTERY                                                                 "Battery"
142
#define ENGLISH_U_MIN                                                                           "U-Min"
143
#define ENGLISH_U_SETUP                                                                 "Low voltage"
144
#define ENGLISH_U_OFFSET                                                                "U-Offset"
145
#define ENGLISH_MSG_MK_BATTERY                                  "MK-Battery"
146
#define ENGLISH_MSG_MK_BAT_NR                                           "Bat. Number"
147
#define ENGLISH_MSG_MK_BAT_CAPACITY                     "Bat. Capacity"
148
#define ENGLISH_MSG_MK_I_OFFSET                                 "I-Offset"
149
#define ENGLISH_MSG_MK_I_FAKTOR                                 "I-Coefficient"
150
#define ENGLISH_MSG_MK_W_FAKTOR                                 "W-Coefficient"
151
#define ENGLISH_CALIBRATION                                                     "Calibration"
152
#define ENGLISH_RUNNING                                                                 "running"
153
#define ENGLISH_ERROR                                                                           "Error!"
154
#define ENGLISH_TX_NOT                                                                  "Transmitter not "
155
#define ENGLISH_ACCU_LOW                                                                "      Accu\n      low!"
156
#define ENGLISH_SERVO_CALIBR                                            "Servo-Calibr."
157
#define ENGLISH_SERVO_STEPS                                                     "Servo-Steps"
158
#define ENGLISH_CALIB                                                                           "Calib."
159
#define ENGLISH_LEFT                                                                            "left"
160
#define ENGLISH_RIGHT                                                                           "right"
161
#define ENGLISH_MIDDLE                                                                  "middle"
162
#define ENGLISH_REVERSE                                                                 "rev."
163
#define ENGLISH_SERVO1_REVERSE                                  INTERNAT_SERVO1 " " ENGLISH_REVERSE
164
#define ENGLISH_CALIB1_LEFT                                                     ENGLISH_CALIB "1 " ENGLISH_LEFT
165
#define ENGLISH_CALIB1_RIGHT                                            ENGLISH_CALIB "1 " ENGLISH_RIGHT
166
#define ENGLISH_CALIB1_MIDDLE                                           ENGLISH_CALIB "1 " ENGLISH_MIDDLE
167
#define ENGLISH_SERVO2_REVERSE                                  INTERNAT_SERVO2 " " ENGLISH_REVERSE
168
#define ENGLISH_CALIB2_LEFT                                                     ENGLISH_CALIB "2 " ENGLISH_LEFT
169
#define ENGLISH_CALIB2_RIGHT                                            ENGLISH_CALIB "2 " ENGLISH_RIGHT
170
#define ENGLISH_CALIB2_MIDDLE                                           ENGLISH_CALIB "2 " ENGLISH_MIDDLE
171
#define ENGLISH_FRAME                                                                           "Periode"
172
#define ENGLISH_PULSE_WIDTH                                                     "Test PW"
173
#define ENGLISH_CONTINOUS                                                               "Test contin."
174
#define ENGLISH_SINGLE_STEP                                                     "Single step"
175
#define ENGLISH_REPEAT                                                                  "Number of test"
176
#define ENGLISH_PAUSE                                                                           "Pause end pos."
177
#define ENGLISH_PAUSE_STEP                                                      "Pause pro inc."
178
#define ENGLISH_COUNTER                                                                 "Counter:"
179
#define ENGLISH_START                                                                           "Start Test"
180
#define ENGLISH_OFF                                                                                     "off"
181
#define ENGLISH_ON                                                                                      "on "
182
#define ENGLISH_TRACKING                                                                "Tracking"
183
#define ENGLISH_TRACK_GPS                                                               "GPS with wi232"
184
#define ENGLISH_TRACK_NMEA                                                      "NMEA GPS"
185
#define ENGLISH_TRACK_TX_OSD_DATA                               "TX OSD-Data"
186
#define ENGLISH_HYSTERESE                                                               "Hysterese"
187
#define ENGLISH_TRACK_TX_ON                                                     "Transmit demand"
188
#define ENGLISH_GPS_DISPLAY                                                     "Display GPS"
189
#define ENGLISH_GPS_CALCULATE                                           "calc. Data"
190
#define ENGLISH_GPS_CURRENT                                                     "current Pos."
191
#define ENGLISH_GPS_HOME                                                                "Homeposition"
192
#define ENGLISH_GPS_MISC                                                                "Elictric Val."
193
#define ENGLISH_GPS_NO_DATA                                                     "    Not yet\n     Data\n   received!"
194
#define ENGLISH_RX_TIME                                                                 "RX-Time"
195
#define ENGLISH_COM                                                                                     "Seriell COM"
196
#define ENGLISH_KOMMA                                                                           "."
197
#define ENGLISH_UHW33V                                                                  "3.3V"
198
 
199
#define FRENCH_LANGUAGE                                                                 "Langue"
200
#define FRENCH_GERMAN                                                                           "Allemand"
201
#define FRENCH_ENGLISH                                                                  "Anglais"
202
#define FRENCH_FRENCH                                                                           "Fran""\x87""ais"
203
#define FRENCH_RETURN                                                                           "Retour"
204
#define FRENCH_AV_SOURCE                                                                "AV-Source"
205
#define FRENCH_RX_CHANNEL                                                               "RX-Canal"
206
#define FRENCH_RSSI_CALIBR                                                      "RSSI-Calibr."
207
#define FRENCH_RSSI_MIN_ALL                                                     "Tout""\x85""z""\x82""ro"
208
#define FRENCH_TX                                                                                               ""
209
#define FRENCH_TX_OFF                                                                           "Eteindre Tx"
210
#define FRENCH_TX_ON                                                                            "Allumer Tx"
211
#define FRENCH_CONTINUE                                                                 "App. Enter"
212
#define FRENCH_CONTRAST                                                                 "Contraste"
213
#define FRENCH_BACKGR_LIGHT                                                     "Retr. Ecl"
214
#define FRENCH_LIGHT                                                                            "Eclai:"
215
#define FRENCH_LIGHT_OFF                                                                " Eteint"
216
#define FRENCH_LIGHT_ON                                                                 " Tjrs ON"
217
#define FRENCH_SEC                                                                                      " Sec."
218
#define FRENCH_BATTERY                                                                  "Batterie"
219
#define FRENCH_U_MIN                                                                            "V-Min"
220
#define FRENCH_U_SETUP                                                                  "Seuil Alarme"
221
#define FRENCH_U_OFFSET                                                                 "V-Offset"
222
#define FRENCH_MSG_MK_BATTERY                                           "MK-Batterie"
223
#define FRENCH_MSG_MK_BAT_NR                                            "Bat. num""\x82""ro"
224
#define FRENCH_MSG_MK_BAT_CAPACITY                      "Bat. capacit""\x82"
225
#define FRENCH_MSG_MK_I_OFFSET                                  "I-Offset"
226
#define FRENCH_MSG_MK_I_FAKTOR                                  "I-Coefficient"
227
#define FRENCH_MSG_MK_W_FAKTOR                                  "W-Coefficient"
228
#define FRENCH_CALIBRATION                                                      "Calibration"
229
#define FRENCH_RUNNING                                                                  "En cours"
230
#define FRENCH_ERROR                                                                            "Erreur!"
231
#define FRENCH_TX_NOT                                                                           "No Tx"
232
#define FRENCH_ACCU_LOW                                                                 "    Batterie\n    faible!"
233
#define FRENCH_SERVO_CALIBR                                                     "Servo-Calibr"
234
#define FRENCH_SERVO_STEPS                                                      "Nbre de Pas"
235
#define FRENCH_CALIB                                                                            "Calib."
236
#define FRENCH_LEFT                                                                                     "Gauche"
237
#define FRENCH_RIGHT                                                                            "Droit"
238
#define FRENCH_MIDDLE                                                                           "Milieu"
239
#define FRENCH_REVERSE                                                                  "Inversion"
240
#define FRENCH_SERVO1_REVERSE                                           "Invers. Servo1" 
241
#define FRENCH_CALIB1_LEFT                                                      "Cal. Gauche"
242
#define FRENCH_CALIB1_RIGHT                                                     "Cal. Droite"
243
#define FRENCH_CALIB1_MIDDLE                                            "Cal. Centre"
244
#define FRENCH_SERVO2_REVERSE                                           "Invers. Servo2"
245
#define FRENCH_CALIB2_LEFT                                                      "Cal. Gauche"
246
#define FRENCH_CALIB2_RIGHT                                                     "Cal. Droite"
247
#define FRENCH_CALIB2_MIDDLE                                            "Cal. Centre"
248
#define FRENCH_FRAME                                                                            "P""\x82""riode"
249
#define FRENCH_PULSE_WIDTH                                                      "Largeur Imp."
250
#define FRENCH_CONTINOUS                                                                "Test Continu"
251
#define FRENCH_SINGLE_STEP                                                      "1 Pas"
252
#define FRENCH_REPEAT                                                                           "Nombre Tests"
253
#define FRENCH_PAUSE                                                                            "Pause finale"
254
#define FRENCH_PAUSE_STEP                                                               "Pause par pas"
255
#define FRENCH_COUNTER                                                                  "Compter:"
256
#define FRENCH_START                                                                            "D""\x82""but Test"
257
#define FRENCH_OFF                                                                                      "OFF"
258
#define FRENCH_ON                                                                                               "ON "
259
#define FRENCH_TRACKING                                                                 "Tracking"
260
#define FRENCH_TRACK_GPS                                                                "GPS with wi232"
261
#define FRENCH_TRACK_NMEA                                                               "NMEA GPS"
262
#define FRENCH_TRACK_TX_OSD_DATA                                "TX OSD-Data"
263
#define FRENCH_HYSTERESE                                                                "Hysteresis"
264
#define FRENCH_TRACK_TX_ON                                                      "Donn""\x82""e Transmie"
265
#define FRENCH_GPS_DISPLAY                                                      "Affichage GPS"
266
#define FRENCH_GPS_CALCULATE                                            "Calcul GPS"
267
#define FRENCH_GPS_CURRENT                                                      "Pos. actuelle"
268
#define FRENCH_GPS_HOME                                                                 "Homeposition"
269
#define FRENCH_GPS_MISC                                                                 "\x90""l""\x82""ctr. val."
270
#define FRENCH_GPS_NO_DATA                                                      " Aucune donn""\x82""e\n     re""\x87""ue!"
271
#define FRENCH_RX_TIME                                                                  "RX-Temps"
272
#define FRENCH_COM                                                                                      "COM. S""\x82""rie"
273
#define FRENCH_KOMMA                                                                            "."
274
#define FRENCH_UHW33V                                                                           "3.3V"
275
 
276
 
277
/* Languages */
278
#define GERMAN                                  0
279
#define ENGLISH                                 1
280
#define FRENCH                                  2
281
#define LAST_LANG                               2
282
#define INTERNAT                                LAST_LANG + 1
283
#define NO_LANGUAGE             254             // für Sprachabfrage bei Erstinbetriebnahme NGVideo
284
 
285
/* Message languages */
286
#define MSG_LANGUAGE                                                             0
287
#define MSG_GERMAN                                                                       1
288
#define MSG_ENGLISH                                                                      2
289
#define MSG_FRENCH                                                                       3
290
#define MSG_RETURN                                                                       4
291
#define MSG_AV_SOURCE                                                            5
292
#define MSG_RX_CHANNEL                                                   6
293
#define MSG_RSSI_CALIBR                                                  7
294
#define MSG_RSSI_MIN_ALL                                                 8
295
#define MSG_CALIB                                                                                9
296
#define MSG_TX                                                                                  10
297
#define MSG_TX_OFF                                                                      11
298
#define MSG_TX_ON                                                                               12
299
#define MSG_CONTINUE                                                            13
300
#define MSG_CONTRAST                                                            14
301
#define MSG_BACKGR_LIGHT                                                15
302
#define MSG_LIGHT                                                                               16
303
#define MSG_LIGHT_OFF                                                           17
304
#define MSG_LIGHT_ON                                                            18
305
#define MSG_SEC                                                                                 19
306
#define MSG_BATTERY                                                                     20
307
#define MSG_U_MIN                                                                               21
308
#define MSG_U_SETUP                                                                     22
309
#define MSG_U_OFFSET                                                            23
310
#define MSG_MK_BATTERY                                                  24
311
#define MSG_MK_BAT_NR                                                           25
312
#define MSG_MK_BAT_CAPACITY                                     26
313
#define MSG_MK_I_OFFSET                                                 27
314
#define MSG_MK_I_FAKTOR                                                 28
315
#define MSG_MK_W_FAKTOR                                                 29
316
#define MSG_CALIBRATION                                                 30
317
#define MSG_RUNNING                                                                     31
318
#define MSG_ERROR                                                                               32
319
#define MSG_TX_NOT                                                                      33
320
#define MSG_ACCU_LOW                                                            34
321
#define MSG_SERVO_CALIBR                                                35
322
#define MSG_SERVO_STEPS                                                 36
323
#define MSG_SERVO1_REVERSE                                      37
324
#define MSG_CALIB1_LEFT                                                 38
325
#define MSG_CALIB1_RIGHT                                                39
326
#define MSG_CALIB1_MIDDLE                                               40
327
#define MSG_SERVO2_REVERSE                                      41
328
#define MSG_CALIB2_LEFT                                                 42
329
#define MSG_CALIB2_RIGHT                                                43
330
#define MSG_CALIB2_MIDDLE                                               44
331
#define MSG_FRAME                                                                               45
332
#define MSG_PULSE_WIDTH                                                 46
333
#define MSG_CONTINOUS                                                           47
334
#define MSG_SINGLE_STEP                                                 48
335
#define MSG_REPEAT                                                                      49
336
#define MSG_PAUSE                                                                               50
337
#define MSG_PAUSE_STEP                                                  51
338
#define MSG_COUNTER                                                                     52
339
#define MSG_START                                                                               53
340
#define MSG_OFF                                                                                 54
341
#define MSG_ON                                                                                  55
342
#define MSG_TRACKING                                                            56
343
#define MSG_TRACK_GPS                                                           57
344
#define MSG_TRACK_NMEA                                                  58
345
#define MSG_TRACK_TX_OSD_DATA                           59
346
#define MSG_HYSTERESE                                                           60
347
#define MSG_TRACK_TX_ON                                                 61
348
#define MSG_GPS_DISPLAY                                                 62
349
#define MSG_GPS_CALCULATE                                               63
350
#define MSG_GPS_CURRENT                                                 64
351
#define MSG_GPS_HOME                                                            65
352
#define MSG_GPS_MISC                                                            66
353
#define MSG_GPS_NO_DATA                                                 67
354
#define MSG_RX_TIME                                                                     68
355
#define MSG_COM                                                                                 69
356
#define MSG_KOMMA                                                                               70
357
#define MSG_UHW33V                                                                      71
358
#define LAST_NAT_MESSAGE                                                71
359
 
360
/* International */
361
#define MSG_RSSI_MIN                                                             0 + LAST_NAT_MESSAGE + 1
362
#define MSG_RSSI_MAX                                                             1 + LAST_NAT_MESSAGE + 1
363
#define MSG_DIVERSITY                                                            2 + LAST_NAT_MESSAGE + 1
364
#define MSG_LCD                                                                                  3 + LAST_NAT_MESSAGE + 1
365
#define MSG_AV1                                                                                  4 + LAST_NAT_MESSAGE + 1
366
#define MSG_AV2                                                                                  5 + LAST_NAT_MESSAGE + 1
367
#define MSG_RX1                                                                                  6 + LAST_NAT_MESSAGE + 1
368
#define MSG_RX2                                                                                  7 + LAST_NAT_MESSAGE + 1
369
#define MSG_STEPS_255                                                            8 + LAST_NAT_MESSAGE + 1
370
#define MSG_STEPS_1023                                                   9 + LAST_NAT_MESSAGE + 1
371
#define MSG_SERVO                                                                               10 + LAST_NAT_MESSAGE + 1
372
#define MSG_SERVO1                                                                      11 + LAST_NAT_MESSAGE + 1
373
#define MSG_SERVO2                                                                      12 + LAST_NAT_MESSAGE + 1
374
#define MSG_TEST_SERVO                                                  13 + LAST_NAT_MESSAGE + 1
375
#define MSG_TRACK_RSSI                                                  14 + LAST_NAT_MESSAGE + 1
376
#define MSG_TRACK_MKCOCKPIT                             15 + LAST_NAT_MESSAGE + 1
377
#define MSG_TRACK_SERVO_HYTERESE                16 + LAST_NAT_MESSAGE + 1
378
#define MSG_BAUDRATE                                                            17 + LAST_NAT_MESSAGE + 1
379
#define MSG_UHW5V                                                                               18 + LAST_NAT_MESSAGE + 1
380
#define MSG_VERSION1                                                            19 + LAST_NAT_MESSAGE + 1
381
#define MSG_VERSION2                                                            20 + LAST_NAT_MESSAGE + 1
382
#define MESSAGE_LAST_MESSAGE                            20
383
 
384
typedef uint16_t MessageType;
385
char* Msg(MessageType Message);
386
 
387
#endif /* _MESSAGES_H_ */