mavlink v0.7.0 APM.Message.StatustextLong View Source

Link to this section Summary

Types

t()

Status text message (use only for important status and error messages). The full message payload can be used for status text, but we recommend that updates be kept concise. Note: The message is intended as a less restrictive replacement for STATUSTEXT.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.StatustextLong{
  severity: APM.Types.mav_severity(),
  text: [char()]
}

Status text message (use only for important status and error messages). The full message payload can be used for status text, but we recommend that updates be kept concise. Note: The message is intended as a less restrictive replacement for STATUSTEXT.