Raxol.Sensor.Supervisor
(Raxol v2.3.0)
View Source
Supervisor for the sensor fusion subsystem.
Start order (rest_for_one):
- Registry -- name lookup for feeds
- DynamicSupervisor -- hosts Feed processes
- Fusion -- batches readings from all feeds
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_feed( keyword(), GenServer.server() ) :: DynamicSupervisor.on_start_child()
@spec start_link(keyword()) :: Supervisor.on_start()