View Source XMAVLink.SerialConnection (xmavlink v0.4.0)

XMAVLink.Router delegate for Serial connections

Link to this section Summary

Link to this section Types

@type t() :: %XMAVLink.SerialConnection{
  baud: non_neg_integer(),
  buffer: binary(),
  port: binary(),
  uart: pid()
}

Link to this section Functions

Link to this function

connect(list, controlling_process)

View Source
Link to this function

forward(serial_connection, frame)

View Source
Link to this function

handle_info(arg, receiving_connection, dialect)

View Source