Common.Message.GpsInput (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

GPS sensor input message. This is a raw sensor value sent by the GPS. This is NOT the global position estimate of the system.

Types

t()

@type t() :: %Common.Message.GpsInput{
  alt: Float32,
  fix_type: XMAVLink.Types.uint8_t(),
  gps_id: XMAVLink.Types.uint8_t(),
  hdop: Float32,
  horiz_accuracy: Float32,
  ignore_flags: MapSet.t(Common.Types.gps_input_ignore_flags()),
  lat: XMAVLink.Types.int32_t(),
  lon: XMAVLink.Types.int32_t(),
  satellites_visible: XMAVLink.Types.uint8_t(),
  speed_accuracy: Float32,
  time_usec: XMAVLink.Types.uint64_t(),
  time_week: XMAVLink.Types.uint16_t(),
  time_week_ms: XMAVLink.Types.uint32_t(),
  vd: Float32,
  vdop: Float32,
  ve: Float32,
  vert_accuracy: Float32,
  vn: Float32,
  yaw: XMAVLink.Types.uint16_t()
}

GPS sensor input message. This is a raw sensor value sent by the GPS. This is NOT the global position estimate of the system.