Skip to main content

RinexSppAssemblySource

Trait RinexSppAssemblySource 

Source
pub trait RinexSppAssemblySource {
    // Required method
    fn rinex_spp_broadcast_corrections(&self) -> RinexSppBroadcastCorrections;
}
Expand description

Source of non-observation metadata needed during RINEX SPP assembly.

BroadcastEphemeris implements this trait with its parsed NAV ionosphere coefficients and GLONASS FDMA channels. Sp3 implements it with empty broadcast metadata so precise-only callers can still assemble troposphere-only or no-correction inputs.

Required Methods§

Source

fn rinex_spp_broadcast_corrections(&self) -> RinexSppBroadcastCorrections

Broadcast correction metadata available to RINEX SPP assembly.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§