pub struct GalUtcBlock {
pub svid: u8,
pub source: u8,
pub a_1: f32,
pub a_0: f64,
pub t_ot: u32,
pub wn_ot: u8,
pub delta_t_ls: i8,
pub wn_lsf: u8,
pub dn: u8,
pub delta_t_lsf: i8,
/* private fields */
}Expand description
GALUtc block (Block ID 4031)
Galileo UTC parameters.
Fields§
§svid: u8SVID (71-106 for Galileo)
source: u8Signal source (F/NAV or I/NAV)
a_1: f32UTC drift (s/s)
a_0: f64UTC bias (s)
t_ot: u32Reference time (s)
wn_ot: u8Reference week
delta_t_ls: i8Current leap seconds
wn_lsf: u8Week of future leap second
dn: u8Day of future leap second
delta_t_lsf: i8Future leap seconds
Implementations§
Trait Implementations§
Source§impl Clone for GalUtcBlock
impl Clone for GalUtcBlock
Source§fn clone(&self) -> GalUtcBlock
fn clone(&self) -> GalUtcBlock
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 moreSource§impl Debug for GalUtcBlock
impl Debug for GalUtcBlock
Auto Trait Implementations§
impl Freeze for GalUtcBlock
impl RefUnwindSafe for GalUtcBlock
impl Send for GalUtcBlock
impl Sync for GalUtcBlock
impl Unpin for GalUtcBlock
impl UnsafeUnpin for GalUtcBlock
impl UnwindSafe for GalUtcBlock
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