Sidereon.GNSS.ARAIM.Result (Sidereon v0.20.0)

Copy Markdown View Source

ARAIM protection-level result.

:hpl_m, :vpl_m, :emt_m, and sigma fields are meters. :availability is true when the protection-level solve met the supplied allocation.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.ARAIM.Result{
  availability: boolean(),
  emt_m: float(),
  fault_modes: [Sidereon.GNSS.ARAIM.FaultMode.t()],
  hpl_m: float(),
  p_unmonitored: float(),
  sigma_acc_h_m: float(),
  sigma_acc_v_m: float(),
  vpl_m: float()
}