mavlink v0.7.0 APM.Message.MessageInterval View Source

Link to this section Summary

Types

t()

The interval between messages for a particular MAVLink message ID. This interface replaces DATA_STREAM

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.MessageInterval{
  interval_us: MAVLink.Types.int32_t(),
  message_id: MAVLink.Types.uint16_t()
}

The interval between messages for a particular MAVLink message ID. This interface replaces DATA_STREAM