mavlink v0.9.0 MAVLink.SerialConnection View Source
MAVLink.Router delegate for Serial connections
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %MAVLink.SerialConnection{
baud: non_neg_integer(),
buffer: binary(),
port: binary(),
uart: pid()
}
t() :: %MAVLink.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