This commit is contained in:
PX4BuildBot
2016-08-02 12:16:40 +00:00
parent 1e2920c68d
commit ef1ebc9e7d
283 changed files with 6266 additions and 1005 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
#define MAVLINK_MSG_ID_GPS_DATE_TIME 179
typedef struct MAVLINK_PACKED __mavlink_gps_date_time_t
{
MAVPACKED(
typedef struct __mavlink_gps_date_time_t {
uint8_t year; /*< Year reported by Gps */
uint8_t month; /*< Month reported by Gps */
uint8_t day; /*< Day reported by Gps */
@@ -16,7 +16,7 @@ typedef struct MAVLINK_PACKED __mavlink_gps_date_time_t
uint8_t GppGl; /*< GPS+GLONASS satellites in Solution */
uint8_t sigUsedMask; /*< GPS and GLONASS usage mask (bit 0 GPS_used? bit_4 GLONASS_used?)*/
uint8_t percentUsed; /*< Percent used GPS*/
} mavlink_gps_date_time_t;
}) mavlink_gps_date_time_t;
#define MAVLINK_MSG_ID_GPS_DATE_TIME_LEN 12
#define MAVLINK_MSG_ID_GPS_DATE_TIME_MIN_LEN 12