View Source APM.Message.ScaledPressure (xmavlink_util v0.1.0)

Link to this section Summary

Types

t()

The pressure readings for the typical setup of one absolute and differential pressure sensor. The units are as specified in each field.

Link to this section Types

@type t() :: %APM.Message.ScaledPressure{
  press_abs: Float32,
  press_diff: Float32,
  temperature: MAVLink.Types.int16_t(),
  temperature_press_diff: MAVLink.Types.int16_t(),
  time_boot_ms: MAVLink.Types.uint32_t()
}

The pressure readings for the typical setup of one absolute and differential pressure sensor. The units are as specified in each field.