View Source XMAVLink.TCPOutConnection (xmavlink v0.4.0)

MAVLink.Router delegate for TCP connections Typically used to connect to SITL on port 5760

Link to this section Summary

Link to this section Types

@type t() :: %XMAVLink.TCPOutConnection{
  address: XMAVLink.Types.net_address(),
  buffer: binary(),
  port: XMAVLink.Types.net_port(),
  socket: pid()
}

Link to this section Functions

Link to this function

connect(list, controlling_process)

View Source
Link to this function

forward(tcp_out_connection, frame)

View Source
Link to this function

handle_info(arg, receiving_connection, dialect)

View Source