pub struct GalRawCnavBlock {
pub svid: u8,
pub crc_passed: u8,
pub viterbi_count: u8,
pub source: u8,
pub freq_nr: u8,
pub nav_bits: [u8; 64],
/* private fields */
}Expand description
GALRawCNAV block (Block ID 4024)
Raw Galileo CNAV navigation bits.
Fields§
§svid: u8Galileo SVID (71-102)
crc_passed: u8CRC check: 0=failed, 1=passed
viterbi_count: u8Viterbi decoder error count
source: u8Signal source
freq_nr: u8Frequency number
Raw navigation bits (16 × u4 = 64 bytes, 512 bits)
Implementations§
Trait Implementations§
Source§fn clone(&self) -> GalRawCnavBlock
fn clone(&self) -> GalRawCnavBlock
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