This commit is contained in:
PX4BuildBot
2015-08-14 21:55:31 +00:00
parent 48553b0395
commit 753b694df1
264 changed files with 1794 additions and 1794 deletions
+7 -7
View File
@@ -4,13 +4,13 @@
typedef struct __mavlink_novatel_diag_t
{
uint32_t receiverStatus; ///< Status Bitfield. See table 69 page 350 Novatel OEMstar Manual
float posSolAge; ///< Age of the position solution in seconds
uint16_t csFails; ///< Times the CRC has failed since boot
uint8_t timeStatus; ///< The Time Status. See Table 8 page 27 Novatel OEMStar Manual
uint8_t solStatus; ///< solution Status. See table 44 page 197
uint8_t posType; ///< position type. See table 43 page 196
uint8_t velType; ///< velocity type. See table 43 page 196
uint32_t receiverStatus; /*< Status Bitfield. See table 69 page 350 Novatel OEMstar Manual*/
float posSolAge; /*< Age of the position solution in seconds*/
uint16_t csFails; /*< Times the CRC has failed since boot*/
uint8_t timeStatus; /*< The Time Status. See Table 8 page 27 Novatel OEMStar Manual*/
uint8_t solStatus; /*< solution Status. See table 44 page 197*/
uint8_t posType; /*< position type. See table 43 page 196*/
uint8_t velType; /*< velocity type. See table 43 page 196*/
} mavlink_novatel_diag_t;
#define MAVLINK_MSG_ID_NOVATEL_DIAG_LEN 14