XMAVLink.Util.Supervisor (xmavlink v0.14.3)

Copy Markdown View Source

Supervisor for opt-in utility processes.

Start this supervisor when an application wants XMAVLink.Util.CacheManager and XMAVLink.Util.FocusManager for a router. Pass :context to scope the utility runtime, or pass :router, :dialect, and :table_prefix options that can be normalized by XMAVLink.Util.Context.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

@spec start_link(keyword()) :: Supervisor.on_start()