View Source MAVLink.Util.FocusManager (xmavlink_util v0.1.0)

Manage a protected ETS table representing the nominated MAV focus of zero or more local PIDs. The API uses this to streamline iex sessions by letting the user select a MAV to work with and transparently adding {system_id, component_id} tuples to call arguments.

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

focus(system_id, component_id \\ 1)

View Source
Link to this function

start_link(state, opts \\ [])

View Source