Common.Message.RawPressure (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

The RAW pressure readings for the typical setup of one absolute pressure and one differential pressure sensor. The sensor values should be the raw, UNSCALED ADC values.

Types

t()

@type t() :: %Common.Message.RawPressure{
  press_abs: XMAVLink.Types.int16_t(),
  press_diff1: XMAVLink.Types.int16_t(),
  press_diff2: XMAVLink.Types.int16_t(),
  temperature: XMAVLink.Types.int16_t(),
  time_usec: XMAVLink.Types.uint64_t()
}

The RAW pressure readings for the typical setup of one absolute pressure and one differential pressure sensor. The sensor values should be the raw, UNSCALED ADC values.