pub struct MonHw2;Expand description
Extended Hardware Status
Deprecated after protocol version 23, use UBX-MON-HW3 and UBX-MON-RF instead.
Status of different aspects of the hardware such as Imbalance, Low-Level Configuration and POST Results. The first four parameters of this message represent the complex signal from the RF front end. The following rules of thumb apply: • The smaller the absolute value of the variable ofs_i and ofs_q, the better. • Ideally, the magnitude of the I-part (mag_i) and the Q-part (mag_q) of the complex signal should be the same.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MonHw2
impl RefUnwindSafe for MonHw2
impl Send for MonHw2
impl Sync for MonHw2
impl Unpin for MonHw2
impl UnwindSafe for MonHw2
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