pub struct GalSarRlmBlock {
pub svid: u8,
pub source: u8,
/* private fields */
}Expand description
GALSARRLM block (Block ID 4034)
Decoded Galileo search-and-rescue return link message (RLM).
Fields§
§svid: u8SVID (71-106 for Galileo)
source: u8Message source (2=I/NAV, 16=F/NAV)
Implementations§
Source§impl GalSarRlmBlock
impl GalSarRlmBlock
pub fn tow_seconds(&self) -> f64
pub fn tow_ms(&self) -> u32
pub fn wnc(&self) -> u16
pub fn rlm_length_bits(&self) -> u8
Sourcepub fn rlm_bits_words(&self) -> &[u32]
pub fn rlm_bits_words(&self) -> &[u32]
Raw 32-bit words containing the RLM payload bits.
Trait Implementations§
Source§impl Clone for GalSarRlmBlock
impl Clone for GalSarRlmBlock
Source§fn clone(&self) -> GalSarRlmBlock
fn clone(&self) -> GalSarRlmBlock
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 GalSarRlmBlock
impl Debug for GalSarRlmBlock
Auto Trait Implementations§
impl Freeze for GalSarRlmBlock
impl RefUnwindSafe for GalSarRlmBlock
impl Send for GalSarRlmBlock
impl Sync for GalSarRlmBlock
impl Unpin for GalSarRlmBlock
impl UnsafeUnpin for GalSarRlmBlock
impl UnwindSafe for GalSarRlmBlock
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