Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
801 - 1
/***************************************************************************
2
 *   Copyright (C) 2009 by Manuel Schrape                                  *
3
 *   manuel.schrape@gmx.de                                                 *
4
 *                                                                         *
5
 *   This program is free software; you can redistribute it and/or modify  *
6
 *   it under the terms of the GNU General Public License as published by  *
7
 *   the Free Software Foundation; either version 2 of the License.        *
8
 *                                                                         *
9
 *   This program is distributed in the hope that it will be useful,       *
10
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
11
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
12
 *   GNU General Public License for more details.                          *
13
 *                                                                         *
14
 *   You should have received a copy of the GNU General Public License     *
15
 *   along with this program; if not, write to the                         *
16
 *   Free Software Foundation, Inc.,                                       *
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
18
 ***************************************************************************/
19
#ifndef MK_DATATYPES_H
20
#define MK_DATATYPES_H
21
 
22
#include <stdint.h>
23
 
24
#ifdef _BETA_
25
    static const int MK_VERSION_SETTINGS = 82; // wird angepasst, wenn sich die EEPROM-Daten ge�ndert haben
26
#else
27
    static const int MK_VERSION_SETTINGS = 82; // wird angepasst, wenn sich die EEPROM-Daten ge�ndert haben
28
#endif
29
 
30
static const int MK_VERSION_NAVI     =  3; // wird angepasst, wenn sich die Navi-Daten ge�ndert haben
31
 
32
static const int MK_VERSION_MIXER    =  1; // wird angepasst, wenn sich die Mixer-Daten ge�ndert haben
33
static const int MK_MAX_MOTOR        =  16; // Maximale Anzahl der Motoren im Mixer
34
 
35
// Version des Seriellen Protokoll
36
static const int VERSION_SERIAL_MAJOR = 11;
37
static const int VERSION_SERIAL_MINOR = 0;
38
 
39
// Basis-Addressen der verschiedenen Hardware
40
static const int ADDRESS_ALL    = 0;
41
static const int ADDRESS_FC     = 1;
42
static const int ADDRESS_NC     = 2;
43
static const int ADDRESS_MK3MAG = 3;
44
 
45
#define FLAG_MOTOR_RUN  1
46
#define FLAG_FLY        2
47
#define FLAG_CALIBRATE  4
48
#define FLAG_START      8
49
#define FLAG_NOTLANDUNG 16
50
#define FLAG_LOWBAT     32
51
 
52
#define CFG_HOEHENREGELUNG       0x01
53
#define CFG_HOEHEN_SCHALTER      0x02
54
#define CFG_HEADING_HOLD         0x04
55
#define CFG_KOMPASS_AKTIV        0x08
56
#define CFG_KOMPASS_FIX          0x10
57
#define CFG_GPS_AKTIV            0x20
58
#define CFG_ACHSENKOPPLUNG_AKTIV 0x40
59
#define CFG_DREHRATEN_BEGRENZER  0x80
60
 
61
#define CFG_LOOP_OBEN            0x01
62
#define CFG_LOOP_UNTEN           0x02
63
#define CFG_LOOP_LINKS           0x04
64
#define CFG_LOOP_RECHTS          0x08
65
#define CFG_MOTOR_BLINK          0x10
66
#define CFG_MOTOR_OFF_LED1       0x20
67
#define CFG_MOTOR_OFF_LED2       0x40
68
#define CFG_RES4                 0x80
69
 
70
#define CFG2_HEIGHT_LIMIT        0x01
71
#define CFG2_VARIO_BEEP          0x02
72
#define CFG_SENSITIVE_RC         0x04
73
 
74
struct s_MK_Debug
75
{
76
 unsigned char Digital[2];
77
 int16_t Analog[32];    // Debugwerte
78
};
79
 
80
struct s_MK_DebugLabels
81
{
82
    int Position;
83
    QString Text;
84
};
85
 
86
typedef int s_MK_PPM_Data[26];
87
 
88
struct s_MK_Settings
89
{
90
    // Die ersten beiden Bytes nicht an den MK senden.
91
   unsigned char Index;
92
   unsigned char Version;
93
 
94
   unsigned char Kanalbelegung[12];       // GAS[0], GIER[1],NICK[2], ROLL[3], POTI1, POTI2, POTI3
95
   unsigned char GlobalConfig;           // 0x01=H�henregler aktiv,0x02=Kompass aktiv, 0x04=GPS aktiv, 0x08=Heading Hold aktiv
96
   unsigned char Hoehe_MinGas;           // Wert : 0-100
97
   unsigned char Luftdruck_D;            // Wert : 0-250
98
   unsigned char MaxHoehe;               // Wert : 0-32
99
   unsigned char Hoehe_P;                // Wert : 0-32
100
   unsigned char Hoehe_Verstaerkung;     // Wert : 0-50
101
   unsigned char Hoehe_ACC_Wirkung;      // Wert : 0-250
102
   unsigned char Hoehe_HoverBand;        // Wert : 0-250
103
   unsigned char Hoehe_GPS_Z;            // Wert : 0-250
104
   unsigned char Hoehe_StickNeutralPoint;// Wert : 0-250
105
   unsigned char Stick_P;                // Wert : 1-6
106
   unsigned char Stick_D;                // Wert : 0-64
107
   unsigned char Gier_P;                 // Wert : 1-20
108
   unsigned char Gas_Min;                // Wert : 0-32
109
   unsigned char Gas_Max;                // Wert : 33-250
110
   unsigned char GyroAccFaktor;          // Wert : 1-64
111
   unsigned char KompassWirkung;         // Wert : 0-32
112
   unsigned char Gyro_P;                 // Wert : 10-250
113
   unsigned char Gyro_I;                 // Wert : 0-250
114
   unsigned char Gyro_D;                 // Wert : 0-250
115
   unsigned char Gyro_Gier_P;                 // Wert : 10-250
116
   unsigned char Gyro_Gier_I;                 // Wert : 0-250
117
   unsigned char UnterspannungsWarnung;  // Wert : 0-250
118
   unsigned char NotGas;                 // Wert : 0-250     //Gaswert bei Emp�ngsverlust
119
   unsigned char NotGasZeit;             // Wert : 0-250     // Zeitbis auf NotGas geschaltet wird, wg. Rx-Problemen
120
   unsigned char Receiver;                       // 0= Summensignal, 1= Spektrum, 2 =Jeti, 3=ACT DSL, 4=ACT S3D
121
   unsigned char I_Faktor;               // Wert : 0-250
122
   unsigned char UserParam1;             // Wert : 0-250
123
   unsigned char UserParam2;             // Wert : 0-250
124
   unsigned char UserParam3;             // Wert : 0-250
125
   unsigned char UserParam4;             // Wert : 0-250
126
   unsigned char ServoNickControl;       // Wert : 0-250     // Stellung des Servos
127
   unsigned char ServoNickComp;          // Wert : 0-250     // Einfluss Gyro/Servo
128
   unsigned char ServoNickMin;           // Wert : 0-250     // Anschlag
129
   unsigned char ServoNickMax;           // Wert : 0-250     // Anschlag
130
//--- Seit V0.75
131
   unsigned char ServoRollControl;       // Wert : 0-250     // Stellung des Servos
132
   unsigned char ServoRollComp;          // Wert : 0-250
133
   unsigned char ServoRollMin;           // Wert : 0-250
134
   unsigned char ServoRollMax;           // Wert : 0-250
135
//---
136
   unsigned char ServoNickRefresh;       // Speed of the Servo
137
   unsigned char Servo3;                         // Value or mapping of the Servo Output
138
   unsigned char Servo4;                         // Value or mapping of the Servo Output
139
   unsigned char Servo5;                         // Value or mapping of the Servo Output
140
   unsigned char LoopGasLimit;           // Wert: 0-250  max. Gas w�hrend Looping
141
   unsigned char LoopThreshold;          // Wert: 0-250  Schwelle f�r Stickausschlag
142
   unsigned char LoopHysterese;          // Wert: 0-250  Hysterese f�r Stickausschlag
143
   unsigned char AchsKopplung1;          // Wert: 0-250  Faktor, mit dem Gier die Achsen Roll und Nick koppelt (NickRollMitkopplung)
144
   unsigned char AchsKopplung2;          // Wert: 0-250  Faktor, mit dem Nick und Roll verkoppelt werden
145
   unsigned char CouplingYawCorrection;  // Wert: 0-250  Faktor, mit dem Nick und Roll verkoppelt werden
146
   unsigned char WinkelUmschlagNick;     // Wert: 0-250  180�-Punkt
147
   unsigned char WinkelUmschlagRoll;     // Wert: 0-250  180�-Punkt
148
   unsigned char GyroAccAbgleich;        // 1/k  (Koppel_ACC_Wirkung)
149
   unsigned char Driftkomp;
150
   unsigned char DynamicStability;
151
   unsigned char UserParam5;             // Wert : 0-250
152
   unsigned char UserParam6;             // Wert : 0-250
153
   unsigned char UserParam7;             // Wert : 0-250
154
   unsigned char UserParam8;             // Wert : 0-250
155
//---Output ---------------------------------------------
156
   unsigned char J16Bitmask;             // for the J16 Output
157
   unsigned char J16Timing;              // for the J16 Output
158
   unsigned char J17Bitmask;             // for the J17 Output
159
   unsigned char J17Timing;              // for the J17 Output
160
// seit version V0.75c
161
   unsigned char WARN_J16_Bitmask;       // for the J16 Output
162
   unsigned char WARN_J17_Bitmask;       // for the J17 Output
163
//---NaviCtrl---------------------------------------------
164
   unsigned char NaviGpsModeControl;     // Parameters for the Naviboard
165
   unsigned char NaviGpsGain;
166
   unsigned char NaviGpsP;
167
   unsigned char NaviGpsI;
168
   unsigned char NaviGpsD;
169
   unsigned char NaviGpsPLimit;
170
   unsigned char NaviGpsILimit;
171
   unsigned char NaviGpsDLimit;
172
   unsigned char NaviGpsACC;
173
   unsigned char NaviGpsMinSat;
174
   unsigned char NaviStickThreshold;
175
   unsigned char NaviWindCorrection;
176
   unsigned char NaviSpeedCompensation;
177
   unsigned char NaviOperatingRadius;
178
   unsigned char NaviAngleLimitation;
179
   unsigned char NaviPH_LoginTime;
180
//---Ext.Ctrl---------------------------------------------
181
   unsigned char ExternalControl;        // for serial Control
182
//------------------------------------------------
183
   unsigned char BitConfig;          // (war Loop-Cfg) Bitcodiert: 0x01=oben, 0x02=unten, 0x04=links, 0x08=rechts / wird getrennt behandelt
184
   unsigned char ServoCompInvert;    // //  0x01 = Nick, 0x02 = Roll   0 oder 1  // WICHTIG!!! am Ende lassen
185
   unsigned char ExtraConfig;        // bitcodiert
186
   char Name[12];
187
 
188
 };
189
 
190
struct s_MK_Mixer
191
{
192
    char Revision;
193
    char Name[12];
194
    signed char Motor[16][4];
195
};
196
 
197
///////////////
198
// Navi-Ctrl //
199
///////////////
200
 
201
#define INVALID 0x00
202
#define NEWDATA 0x01
203
#define PROCESSED       0x02
204
 
205
#define NC_FLAG_FREE            0x01
206
#define NC_FLAG_PH              0x02
207
#define NC_FLAG_CH              0x04
208
#define NC_FLAG_RANGE_LIMIT     0x08
209
#define NC_FLAG_NOSERIALLINK    0x10
210
#define NC_FLAG_TARGET_REACHED  0x20
211
#define NC_FLAG_MANUAL_CONTROL  0x40
212
#define NC_FLAG_8               0x80
213
 
214
typedef struct
215
{
216
    int32_t Longitude;      // in 1E-7 deg
217
    int32_t Latitude;       // in 1E-7 deg
218
    int32_t Altitude;       // in mm
219
    uint8_t Status;         // validity of data
220
} __attribute__((packed)) GPS_Pos_t;
221
 
222
typedef struct
223
{
224
    uint16_t Distance;      // distance to target in dm
225
    int16_t Bearing;        // course to target in deg
226
}  __attribute__((packed)) GPS_PosDev_t;
227
 
228
typedef struct
229
{
230
    uint8_t      Version;               // version of the data structure
231
    GPS_Pos_t    CurrentPosition;               // see ubx.h for details
232
    GPS_Pos_t    TargetPosition;
233
    GPS_PosDev_t TargetPositionDeviation;
234
    GPS_Pos_t    HomePosition;
235
    GPS_PosDev_t HomePositionDeviation;
236
    uint8_t      WaypointIndex;         // index of current waypoints running from 0 to WaypointNumber-1
237
    uint8_t      WaypointNumber;                // number of stored waypoints
238
    uint8_t      SatsInUse;             // number of satellites used for position solution
239
    int16_t      Altimeter;             // hight according to air pressure
240
    int16_t      Variometer;            // climb(+) and sink(-) rate
241
    uint16_t     FlyingTime;            // in seconds
242
    uint8_t      UBat;                  // Battery Voltage in 0.1 Volts
243
    uint16_t     GroundSpeed;           // speed over ground in cm/s (2D)
244
    int16_t      Heading;               // current flight direction in ° as angle to north
245
    int16_t      CompassHeading;                // current compass value in °
246
    int8_t       AngleNick;             // current Nick angle in 1°
247
    int8_t       AngleRoll;             // current Rick angle in 1°
248
    uint8_t      RC_Quality;            // RC_Quality
249
    uint8_t      MKFlags;               // Flags from FC
250
    uint8_t      NCFlags;               // Flags from NC
251
    uint8_t      Errorcode;             // 0 --> okay
252
    uint8_t      OperatingRadius;               // current operation radius around the Home Position in m
253
    int16_t      TopSpeed;              // velocity in vertical direction in cm/s
254
    uint8_t      TargetHoldTime;                // time in s to stay at the given target, counts down to 0 if target has been reached
255
    uint8_t      RC_RSSI;               // Receiver signal strength (since version 2 added)
256
    int16_t      SetpointAltitude;                      // setpoint for altitude
257
    uint8_t      Gas;                                           // for future use
258
    uint16_t     Current;                                       // actual current in 0.1A steps
259
    uint16_t     UsedCapacity;                          // used capacity in mAh
260
 
261
} __attribute__((packed)) s_MK_NaviData;
262
 
263
typedef struct
264
{
265
    GPS_Pos_t Position;          // the gps position of the waypoint, see ubx.h for details
266
    int16_t   Heading;           // orientation, future implementation
267
    uint8_t   ToleranceRadius;   // in meters, if the MK is within that range around the target, then the next target is triggered
268
    uint8_t   HoldTime;          // in seconds, if the was once in the tolerance area around a WP, this time defies the delay before the next WP is triggered
269
    uint8_t   Event_Flag;        // future emplementation
270
    uint8_t   reserve[12];       // reserve
271
} __attribute__((packed)) s_MK_WayPoint;
272
 
273
#endif // MK_DATATYPES_H