mavlink v0.7.0 APM.Message.RawPressure View Source

Link to this section 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.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.RawPressure{
  press_abs: MAVLink.Types.int16_t(),
  press_diff1: MAVLink.Types.int16_t(),
  press_diff2: MAVLink.Types.int16_t(),
  temperature: MAVLink.Types.int16_t(),
  time_usec: MAVLink.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.