Subversion Repositories Projects

Rev

Blame | Last modification | View Log | RSS feed

/*****************************************************************************
 *   Copyright (C) 2010 Sebastian Boehm, seb@exse.net                            *
 *                                                                           *
 *   This program is free software; you can redistribute it and/or modify    *
 *   it under the terms of the GNU General Public License as published by    *
 *   the Free Software Foundation; either version 2 of the License.          *
 *                                                                           *
 *   This program is distributed in the hope that it will be useful,         *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of          *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           *
 *   GNU General Public License for more details.                            *
 *                                                                           *
 *   You should have received a copy of the GNU General Public License       *
 *   along with this program; if not, write to the                           *
 *   Free Software Foundation, Inc.,                                         *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.               *
 *                                                                           *
 *****************************************************************************/


#define PAGES 13
#define PARAM_COUNT 123



prog_char param_pages[PAGES][15]= // zeilen,zeichen+1
{
        "Kanaele   ",
        "Main      ",
        "Stick     ",
        "Looping   ",
        "Hoehe     ",
        "Kamera    ",
        "NaviCtrl  ",
        "Ausgaenge ",
        "Versch.   ",
        "Gyro      ",
        "Benutzer  ",
        "Achskoppl.",
        "Mixer     "


};


//Namen
prog_char  param_names[PARAM_COUNT][15]=
{

   // group 0 (kanaele)
         "Gas           ",
         "Gier          ",
         "Nick          ",
         "Roll          ",
         "Poti 1        ",
         "Poti 2        ",
         "Poti 3        ",
         "Poti 4        ",
         "Poti 5        ",
         "Poti 6        ",
         "Poti 7        ",
         "Poti 8        ",
         "Motor Sich.Sch",
         "Erw. Sig. Pr. ",
         "Empfaenger Typ",


        // group 1 (main)
       
         "Hoehenregelung",
         "GPS           ",
         "Kompass       ",
         "Feste Ausricht",
         "Erw. Sig. Pr. ",
         "Achs(e.)koppl.",
         "Drehratenbeg. ",
         "Heading Hold  ",
         

         // group 2 (stick)

         "Nick/Roll P   ",
         "Nick/Roll D   ",
         "Gier P        ",
         "Externe Kontr.",
       
         // group3 : looping
         
         "Looping oben  ",
         "Looping unten ",
         "Looping links ",
         "Looping rechts",
         "Gas Limit     ",
         "Ansprechschw. ",
         "Hysterese     ",
         "Umkehrp. Nick ",
         "Umkehrp. Roll ",

        // group 4 (hoehe)
         
         "Hoehenregelung",
         "Y:HBeg,N:Vario",
         "Schalter f. H.",
         "akust. Vario  ",
         "Sollwert      ",
         "Min. Gas      ",
         "Hoehe P       ",
         "Luftdruck D   ",
         "Z-ACC         ",
         "Verstaerkung/R",
         "Schwebegas +/-",
         "GPS Z         ",
         "Stick Neutr. P",

         
         // group 5 : kamera
         
         "Nick S. Anst. ",
         "Kompensation  ",
         "Umkehren      ",
         "Servo min     ",
         "servo max     ",
         "Roll S. Anst. ",
         "Kompensation  ",
         "Umkehren      ",
         "Servo min     ",
         "servo max     ",
         "Anst. Geschw. ",
         "Manuelle Gesch",
         "Cam Richtung  ",
         "Servo 3       ",
         "Servo 4       ",
         "Servo 5       ",
         

         // group 6 : navictrl

         "GPS           ",
         "GPS Modus St. ",
         "GPS Verstaerk.",
         "GPS St. Schw. ",
         "Min. Sat.     ",
         "GPS-P         ",
         "GPS-I         ",
         "GPS-D         ",
         "P Limit       ",
         "I Limit       ",
         "D Limit       ",
         "GPS Acc       ",
         "GPS Windkorr. ",
         "Bremswirkung  ",
         "GPS max. Rad. ",
         "GPS Winkel Li.",
         "PH Login time ",

         
         // group 7 : ausgaenge
         
         "J16 Bitmaske  ",
         "J16 Timing    ",
         "J17 Bitmaske  ",
         "J17 Timing    ",
         "nur mit Motor ",
         "J16 Untersp. W",
         "aktiv         ",
         "J17 Untersp. W",
         "aktiv         ",
         
         
         // group 8 : versch.
         
         "Min. Gas      ",
         "Max. Gas      ",
         "Kompasswirkung",
         "Carefree St.  ",
         "Unterspannung ",
         "Not Gas Zeit  ",
         "Not Gas       ",
         
         // group 9 : gyro
         
         "Gyro P        ",
         "Gyro I        ",
         "Gyro D        ",
         "Gier P        ",
         "Gier I        ",
         "Dynamische St.",
         "Drehratenbeg. ",
         "ACC/Gyro Fak. ",
         "ACC/Gyro Komp.",
         "Hauptregler I ",
         "Drifkompensat.",
         "Gyro stab.    ",
         
         // group 10: benutzer
         
         "Parameter 1   ",
         "Parameter 2   ",
         "Parameter 3   ",
         "Parameter 4   ",
         "Parameter 5   ",
         "Parameter 6   ",
         "Parameter 7   ",
         "Parameter 8   ",
         
         
         // group 11: achskoppl
         
         "Achs(e.)koppl.",
         "Gier pos. Kopp",
         "Nick/Roll Kopp",
         "Gier Korrektur",
         
         // group 12: mixer
         
         "Orientierung  ",
         
};