pub struct IntPvGeodBlock { /* private fields */ }Expand description
IntPVGeod block (Block ID 4061)
INS position and velocity in geodetic coordinates.
Implementations§
Source§impl IntPvGeodBlock
impl IntPvGeodBlock
pub fn tow_seconds(&self) -> f64
pub fn tow_ms(&self) -> u32
pub fn wnc(&self) -> u16
pub fn mode(&self) -> PvtMode
pub fn mode_raw(&self) -> u8
pub fn error(&self) -> PvtError
pub fn error_raw(&self) -> u8
pub fn info(&self) -> u16
pub fn nr_sv(&self) -> u8
pub fn nr_sv_opt(&self) -> Option<u8>
pub fn nr_sv_raw(&self) -> u8
pub fn nr_ant(&self) -> u8
pub fn gnss_pvt_mode(&self) -> u8
pub fn datum(&self) -> u8
pub fn gnss_age_seconds(&self) -> Option<f32>
pub fn gnss_age_raw(&self) -> u16
pub fn latitude_deg(&self) -> Option<f64>
pub fn longitude_deg(&self) -> Option<f64>
pub fn altitude_m(&self) -> Option<f64>
pub fn velocity_north_mps(&self) -> Option<f32>
pub fn velocity_east_mps(&self) -> Option<f32>
pub fn velocity_up_mps(&self) -> Option<f32>
pub fn course_over_ground_deg(&self) -> Option<f32>
Trait Implementations§
Source§impl Clone for IntPvGeodBlock
impl Clone for IntPvGeodBlock
Source§fn clone(&self) -> IntPvGeodBlock
fn clone(&self) -> IntPvGeodBlock
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 IntPvGeodBlock
impl Debug for IntPvGeodBlock
Auto Trait Implementations§
impl Freeze for IntPvGeodBlock
impl RefUnwindSafe for IntPvGeodBlock
impl Send for IntPvGeodBlock
impl Sync for IntPvGeodBlock
impl Unpin for IntPvGeodBlock
impl UnsafeUnpin for IntPvGeodBlock
impl UnwindSafe for IntPvGeodBlock
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