Common.Message.ScaledPressure (xmavlink_util v0.4.3)

View Source

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.

Types

t()

@type t() :: %Common.Message.ScaledPressure{
  press_abs: Float32,
  press_diff: Float32,
  temperature: XMAVLink.Types.int16_t(),
  temperature_press_diff: XMAVLink.Types.int16_t(),
  time_boot_ms: XMAVLink.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.