XMAVLink.Util.Cache.Message (xmavlink v0.14.3)

Copy Markdown View Source

Cached latest MAVLink message with monotonic receive time metadata.

Summary

Types

t()

@type t() :: %XMAVLink.Util.Cache.Message{
  message: XMAVLink.Message.t(),
  message_type: module(),
  received_at_ms: integer()
}

Functions

new(message, received_at_ms)

@spec new(XMAVLink.Message.t(), integer()) :: t()