View Source mix xmavlink (xmavlink v0.4.0)

Link to this section Summary

Link to this section Types

@type entry_detail() :: %{
  name: String.t(),
  describe: String.t(),
  describe_params: String.t(),
  encode: String.t(),
  decode: String.t()
}
@type enum_detail() :: %{
  type: String.t(),
  describe: String.t(),
  describe_params: String.t(),
  encode: String.t(),
  decode: String.t()
}

Link to this section Functions

@spec run([String.t()]) :: :ok