Subversion Repositories NaviCtrl

Rev

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

Rev 646 Rev 660
Line 34... Line 34...
34
extern u16 AutoDescendRange_m;
34
extern u16 AutoDescendRange_m;
35
extern GPS_Pos_t SimulationPosition; // the current GPS position in simulated mode
35
extern GPS_Pos_t SimulationPosition; // the current GPS position in simulated mode
36
extern GPS_Pos_t GPS_FailsafePosition;         
36
extern GPS_Pos_t GPS_FailsafePosition;         
37
extern u8 SimulationFlags;
37
extern u8 SimulationFlags;
38
extern u8 MK_FlyingWithGps;
38
extern u8 MK_FlyingWithGps;
-
 
39
extern u8 CurrentlyFlyingWaypoints;
Line 39... Line 40...
39
 
40
 
40
void GPS_Init(void);
41
void GPS_Init(void);
41
void GPS_Navigation(gps_data_t *pGPS_Data, GPS_Stick_t* pGPS_Stick);
42
void GPS_Navigation(gps_data_t *pGPS_Data, GPS_Stick_t* pGPS_Stick);
42
void CalcHeadFree(void);
43
void CalcHeadFree(void);