Browse Source

AP_Logger: document GPSB and GPAB

c415-sdk
Peter Barker 5 years ago committed by Peter Barker
parent
commit
7e3c9c209e
  1. 33
      libraries/AP_Logger/LogStructure.h

33
libraries/AP_Logger/LogStructure.h

@ -1578,6 +1578,20 @@ struct PACKED log_Arm_Disarm { @@ -1578,6 +1578,20 @@ struct PACKED log_Arm_Disarm {
// @Field: SMS: time since system startup this sample was taken
// @Field: Delta: system time delta between the last two reported positions
//note: GPAB is a copy of GPA and GPA2!
// @LoggerMessage: GPAB
// @Description: Blended GPS accuracy information
// @Field: TimeUS: Time since system startup
// @Field: VDop: vertical degree of procession
// @Field: HAcc: horizontal position accuracy
// @Field: VAcc: vertical position accuracy
// @Field: SAcc: speed accuracy
// @Field: YAcc: yaw accuracy
// @Field: VV: true if vertical velocity is available
// @Field: SMS: time since system startup this sample was taken
// @Field: Delta: system time delta between the last two reported positions
// @LoggerMessage: GPS,GPS2
// @Description: Information received from GNSS systems attached to the autopilot
// @Field: TimeUS: Time since system startup
@ -1595,6 +1609,25 @@ struct PACKED log_Arm_Disarm { @@ -1595,6 +1609,25 @@ struct PACKED log_Arm_Disarm {
// @Field: Yaw: vehicle yaw
// @Field: U: boolean value indicating whether this GPS is in use
// Note: GPSB is a copy of GPS!
// @LoggerMessage: GPSB
// @Description: Information blended from GNSS systems attached to the autopilot
// @Field: TimeUS: Time since system startup
// @Field: Status: GPS Fix type; 2D fix, 3D fix etc.
// @Field: GMS: milliseconds since start of GPS Week
// @Field: GWk: weeks since 5 Jan 1980
// @Field: NSats: number of satellites visible
// @Field: HDop: horizontal precision
// @Field: Lat: latitude
// @Field: Lng: longitude
// @Field: Alt: altitude
// @Field: Spd: ground speed
// @Field: GCrs: ground course
// @Field: VZ: vertical speed
// @Field: Yaw: vehicle yaw
// @Field: U: boolean value indicating whether this GPS is in use
// @LoggerMessage: GYR1,GYR2,GYR3
// @Description: IMU gyroscope data
// @Field: TimeUS: Time since system startup

Loading…
Cancel
Save