Rev 801 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
/***************************************************************************
* Copyright (C) 2009 by Manuel Schrape *
* manuel.schrape@gmx.de *
* *
* 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. *
***************************************************************************/
#ifndef KOPTER_H
#define KOPTER_H
#include <QString>
#include <stdint.h>
#ifdef _BETA_
static const QString QA_HWVERSION = "FlightCtrl v0.82b & NaviCtrl v0.22a";
#else
static const QString QA_HWVERSION = "FlightCtrl v0.82b & NaviCtrl v0.22a";
#endif
// Datenfeld-ID's
static const int DATA_VERSION = 1;
static const int DATA_READ_SETTINGS = 2;
static const int DATA_WRITE_SETTINGS = 3;
static const int DATA_READ_MIXER = 4;
static const int DATA_WRITE_MIXER = 5;
static const int DATA_READ_LABEL = 6;
static const int DATA_WRITE_WAYPOINT = 7;
//static const
static const QString HardwareType[] = {"Default", "FlightCtrl", "NaviCtrl", "MK3Mag"};
static const int MAX_DebugData = 32;
static const QString DEF_DebugNames[] = {"Integral Nick", "Integral Roll", "ACC Nick", "ACC Roll", "Gyro Gier", "Hoehen-Wert", "ACC Z", "GAS", "Kompass-Value", "Spannung", "Empfang", "Ersatzkompass", "Motor Vorne", "Motor Hinten", "Motor Links", "Motor Rechts", "Analog 16", "Distance", "OSD-Bar", "MK3Mag", "Servo", "Nick", "Roll", "Analog 23", "Analog 24", "Analog 25", "Analog 26", "Kalman Max", "Analog 28", "Kalman K", "GPS Nick", "GPS Roll"};
#endif // KOPTER_H