Subversion Repositories NaviCtrl

Rev

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

Rev 491 Rev 532
Line 101... Line 101...
101
        u32 BrakingDuration;
101
        u32 BrakingDuration;
102
        u8 MinSat;
102
        u8 MinSat;
103
        s8 StickThreshold;
103
        s8 StickThreshold;
104
        float WindCorrection;
104
        float WindCorrection;
105
        float SpeedCompensation;
105
        float SpeedCompensation;
106
        s32 OperatingRadius;
106
        s32 MaxFlyingRange;
107
        GPS_FlightMode_t  FlightMode;
107
        GPS_FlightMode_t  FlightMode;
108
} __attribute__((packed)) GPS_Parameter_t;
108
} __attribute__((packed)) GPS_Parameter_t;
Line 109... Line 109...
109
 
109
 
110
GPS_Pos_Deviation_t CurrentTargetDeviation;             // Deviation from Target
110
GPS_Pos_Deviation_t CurrentTargetDeviation;             // Deviation from Target