XMAVLink.Util.CacheManager (xmavlink_util v0.4.3)

View Source

Populate and keep updated a set of protected ETS tables representing:

  • the visible MAV systems
  • the most recently received messages for each MAV and message type
  • the most recently received set of parameters for each MAV

Using ETS tables allows clients to perform read only API operations directly on the tables, preventing this GenServer from becoming a bottleneck.

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

mavs()

msg()

msg(name)

msg(arg, msg_type)

params()

params(scid)

params(arg, match)

start_link(state, opts \\ [])