Sidereon.GNSS.SBAS.DegradationParams (Sidereon v0.19.1)

Copy Markdown View Source

Supplied SBAS degradation terms for protection-level error modeling.

Summary

Functions

Build SBAS degradation parameters from options.

Return the core no-degradation parameters.

Types

t()

@type t() :: %Sidereon.GNSS.SBAS.DegradationParams{
  delta_udre: float(),
  eps_er_m: float(),
  eps_fc_m: float(),
  eps_iono_m: float(),
  eps_ltc_m: float(),
  eps_rrc_m: float(),
  rss_udre: boolean()
}

Functions

new(opts \\ [])

@spec new(keyword()) :: t()

Build SBAS degradation parameters from options.

none()

@spec none() :: t()

Return the core no-degradation parameters.