Skip to main content

IssueAwareBroadcast

Trait IssueAwareBroadcast 

Source
pub trait IssueAwareBroadcast: EphemerisSource {
    // Required method
    fn state_by_iode_at(
        &self,
        sat: GnssSatelliteId,
        iode: u8,
        t_j2000_s: f64,
    ) -> Option<([f64; 3], f64)>;
}

Required Methods§

Source

fn state_by_iode_at( &self, sat: GnssSatelliteId, iode: u8, t_j2000_s: f64, ) -> Option<([f64; 3], f64)>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§