mavlink v0.7.0 MAVLink.TCPOutConnection View Source

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

Link to this type

t() View Source
t() :: %MAVLink.TCPOutConnection{
  address: MAVLink.Types.net_address(),
  buffer: binary(),
  port: MAVLink.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