Rev 2039 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2039 | Rev 2088 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | uint8_t satnum; // number of satelites |
29 | uint8_t satnum; // number of satelites |
30 | uint8_t satfix; // type of satfix |
30 | uint8_t satfix; // type of satfix |
31 | int32_t longitude; // in 1e-07 deg |
31 | int32_t longitude; // in 1e-07 deg |
32 | int32_t latitude; // in 1e-07 deg |
32 | int32_t latitude; // in 1e-07 deg |
33 | int32_t altitude; // in mm |
33 | int32_t altitude; // in mm |
34 | uint32_t PAcc; // in cm 3d position accuracy |
34 | uint32_t position3DAcc; // in cm 3d position accuracy |
- | 35 | uint32_t verticalAcc; // in bm vertical position accuracy |
|
35 | int32_t velnorth; // in cm/s |
36 | int32_t velnorth; // in cm/s |
36 | int32_t veleast; // in cm/s |
37 | int32_t veleast; // in cm/s |
37 | int32_t veltop; // in cm/s |
38 | int32_t veltop; // in cm/s |
38 | uint32_t velground; // 2D ground speed in cm/s |
39 | uint32_t velground; // 2D ground speed in cm/s |
39 | uint32_t VAcc; // in cm/s 3d velocity accuracy |
40 | uint32_t velocityAcc; // in cm/s 3d velocity accuracy |
40 | Status_t status; // status of data: invalid | valid |
41 | Status_t status; // status of data: invalid | valid |
41 | } GPS_INFO_t; |
42 | } GPS_INFO_t; |
Line 42... | Line 43... | ||
42 | 43 | ||
43 | //here you will find the current gps info |
44 | //here you will find the current gps info |