View Source Common.Message.GpsStatus (xmavlink_util v0.4.0)

Link to this section Summary

Types

t()

The positioning status, as reported by GPS. This message is intended to display status information about each satellite visible to the receiver. See message GLOBAL_POSITION_INT for the global position estimate. This message can contain information for up to 20 satellites.

Link to this section Types

@type t() :: %Common.Message.GpsStatus{
  satellite_azimuth: [XMAVLink.Types.uint8_t()],
  satellite_elevation: [XMAVLink.Types.uint8_t()],
  satellite_prn: [XMAVLink.Types.uint8_t()],
  satellite_snr: [XMAVLink.Types.uint8_t()],
  satellite_used: [XMAVLink.Types.uint8_t()],
  satellites_visible: XMAVLink.Types.uint8_t()
}

The positioning status, as reported by GPS. This message is intended to display status information about each satellite visible to the receiver. See message GLOBAL_POSITION_INT for the global position estimate. This message can contain information for up to 20 satellites.