mavlink v0.7.0 APM.Message.ScaledPressure View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.ScaledPressure{
press_abs: Float32,
press_diff: Float32,
temperature: MAVLink.Types.int16_t(),
time_boot_ms: MAVLink.Types.uint32_t()
}
t() :: %APM.Message.ScaledPressure{ press_abs: Float32, press_diff: Float32, temperature: 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.