Struct mavlink::ardupilotmega::RADIO_DATA
source · pub struct RADIO_DATA {
pub rxerrors: u16,
pub fixed: u16,
pub rssi: u8,
pub remrssi: u8,
pub txbuf: u8,
pub noise: u8,
pub remnoise: u8,
}
Available on crate feature
ardupilotmega
only.Expand description
id: 166 Status generated by radio..
Fields§
§rxerrors: u16
Receive errors..
fixed: u16
Count of error corrected packets..
rssi: u8
Local signal strength..
remrssi: u8
Remote signal strength..
txbuf: u8
How full the tx buffer is..
noise: u8
Background noise level..
remnoise: u8
Remote background noise level..
Implementations§
source§impl RADIO_DATA
impl RADIO_DATA
pub const ENCODED_LEN: usize = 9usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for RADIO_DATA
impl Clone for RADIO_DATA
source§fn clone(&self) -> RADIO_DATA
fn clone(&self) -> RADIO_DATA
Returns a copy 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 RADIO_DATA
impl Debug for RADIO_DATA
source§impl Default for RADIO_DATA
impl Default for RADIO_DATA
source§impl<'de> Deserialize<'de> for RADIO_DATA
impl<'de> Deserialize<'de> for RADIO_DATA
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MessageData for RADIO_DATA
impl MessageData for RADIO_DATA
const ID: u32 = 166u32
const NAME: &'static str = "RADIO"
const EXTRA_CRC: u8 = 21u8
const ENCODED_LEN: usize = 9usize
type Message = MavMessage
fn deser(_version: MavlinkVersion, __input: &[u8]) -> Result<Self, ParserError>
fn ser(&self, version: MavlinkVersion, bytes: &mut [u8]) -> usize
source§impl PartialEq for RADIO_DATA
impl PartialEq for RADIO_DATA
source§impl Serialize for RADIO_DATA
impl Serialize for RADIO_DATA
impl StructuralPartialEq for RADIO_DATA
Auto Trait Implementations§
impl Freeze for RADIO_DATA
impl RefUnwindSafe for RADIO_DATA
impl Send for RADIO_DATA
impl Sync for RADIO_DATA
impl Unpin for RADIO_DATA
impl UnwindSafe for RADIO_DATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)