Subversion Repositories FlightCtrl

Rev

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

Rev 1247 Rev 1250
Line 35... Line 35...
35
extern int  KompassStartwert;
35
extern int  KompassStartwert;
36
extern int  KompassRichtung;
36
extern int  KompassRichtung;
37
extern int  TrimNick, TrimRoll;
37
extern int  TrimNick, TrimRoll;
38
extern long  ErsatzKompass;
38
extern long  ErsatzKompass;
39
extern int   ErsatzKompassInGrad; // Kompasswert in Grad
39
extern int   ErsatzKompassInGrad; // Kompasswert in Grad
40
extern int HoehenWert;
40
extern long HoehenWert; // MartinR: war int
41
extern int SollHoehe;
41
extern long SollHoehe; // MartinR: war int
42
extern int MesswertNick,MesswertRoll,MesswertGier;
42
extern int MesswertNick,MesswertRoll,MesswertGier;
43
extern int AdNeutralNick,AdNeutralRoll,AdNeutralGier, Mittelwert_AccNick, Mittelwert_AccRoll;
43
extern int AdNeutralNick,AdNeutralRoll,AdNeutralGier, Mittelwert_AccNick, Mittelwert_AccRoll;
44
extern int NeutralAccX, NeutralAccY,Mittelwert_AccHoch;
44
extern int NeutralAccX, NeutralAccY,Mittelwert_AccHoch;
45
extern unsigned char HoehenReglerAktiv;
45
extern unsigned char HoehenReglerAktiv;