Subversion Repositories FlightCtrl

Rev

Rev 202 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 202 Rev 393
Line 41... Line 41...
41
        long            northing;  
41
        long            northing;  
42
        long            easting;  
42
        long            easting;  
43
        long            altitude;
43
        long            altitude;
44
        long            velNorth;
44
        long            velNorth;
45
        long            velEast;
45
        long            velEast;
-
 
46
        long            GSpeed; //(151007Kr)
46
        uint8_t         newData;                        // status of data: 0 = invlid; 1 = valid
47
        uint8_t         newData;                        // status of data: 0 = invlid; 1 = valid
47
        uint8_t         GPSFix;
48
        uint8_t         GPSFix;
48
        uint8_t         noSV;                           // number of sats
49
        uint8_t         noSV;                           // number of sats
49
} gpsInfo_t;
50
} gpsInfo_t;