Raxol.Sensor.Supervisor (Raxol v2.3.0)

View Source

Supervisor for the sensor fusion subsystem.

Start order (rest_for_one):

  1. Registry -- name lookup for feeds
  2. DynamicSupervisor -- hosts Feed processes
  3. Fusion -- batches readings from all feeds

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_feed(feed_opts, sup \\ __MODULE__)

start_link(opts \\ [])

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