pub struct BdsNavBlock {Show 30 fields
pub prn: u8,
pub wn: u16,
pub ura: u8,
pub sat_h1: u8,
pub iodc: u8,
pub iode: u8,
pub t_gd1_s: f32,
pub t_gd2_s: f32,
pub t_oc: u32,
pub a_f2: f32,
pub a_f1: f32,
pub a_f0: f32,
pub c_rs: f32,
pub delta_n: f32,
pub m_0: f64,
pub c_uc: f32,
pub e: f64,
pub c_us: f32,
pub sqrt_a: f64,
pub t_oe: u32,
pub c_ic: f32,
pub omega_0: f64,
pub c_is: f32,
pub i_0: f64,
pub c_rc: f32,
pub omega: f64,
pub omega_dot: f32,
pub i_dot: f32,
pub wn_t_oc: u16,
pub wn_t_oe: u16,
/* private fields */
}Expand description
BDSNav (4081) — BeiDou ephemeris and clock (cmpEph).
Fields§
§prn: u8§wn: u16§ura: u8§sat_h1: u8§iodc: u8§iode: u8§t_gd1_s: f32§t_gd2_s: f32§t_oc: u32§a_f2: f32§a_f1: f32§a_f0: f32§c_rs: f32§delta_n: f32§m_0: f64§c_uc: f32§e: f64§c_us: f32§sqrt_a: f64§t_oe: u32§c_ic: f32§omega_0: f64§c_is: f32§i_0: f64§c_rc: f32§omega: f64§omega_dot: f32§i_dot: f32§wn_t_oc: u16§wn_t_oe: u16Implementations§
Trait Implementations§
Source§fn clone(&self) -> BdsNavBlock
fn clone(&self) -> BdsNavBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more