Subversion Repositories Projects

Rev

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

Rev 674 Rev 711
Line 18... Line 18...
18
 ***************************************************************************/
18
 ***************************************************************************/
19
#ifndef KOPTER_H
19
#ifndef KOPTER_H
20
#define KOPTER_H
20
#define KOPTER_H
Line 21... Line 21...
21
 
21
 
22
#include <QString>
-
 
Line 23... Line 22...
23
#include <QRgb>
22
#include <QString>
Line 24... Line 23...
24
 
23
 
25
#include <stdint.h>
24
#include <stdint.h>
Line 45... Line 44...
45
 
44
 
Line 46... Line 45...
46
static const int MAX_DebugData = 32;
45
static const int MAX_DebugData = 32;
Line 47... Line -...
47
 
-
 
48
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"};
-
 
49
 
46