Struct mavlink::development::RADIO_STATUS_DATA
source · pub struct RADIO_STATUS_DATA {
pub rxerrors: u16,
pub fixed: u16,
pub rssi: u8,
pub remrssi: u8,
pub txbuf: u8,
pub noise: u8,
pub remnoise: u8,
}
development
only.Expand description
id: 109 Status generated by radio and injected into MAVLink stream..
Fields§
§rxerrors: u16
Count of radio packet receive errors (since boot)..
fixed: u16
Count of error corrected radio packets (since boot)..
rssi: u8
Local (message sender) received signal strength indication in device-dependent units/scale. Values: [0-254], UINT8_MAX: invalid/unknown..
remrssi: u8
Remote (message receiver) signal strength indication in device-dependent units/scale. Values: [0-254], UINT8_MAX: invalid/unknown..
txbuf: u8
Remaining free transmitter buffer space..
noise: u8
Local background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios). Values: [0-254], UINT8_MAX: invalid/unknown..
remnoise: u8
Remote background noise level. These are device dependent RSSI values (scale as approx 2x dB on SiK radios). Values: [0-254], UINT8_MAX: invalid/unknown..
Implementations§
source§impl RADIO_STATUS_DATA
impl RADIO_STATUS_DATA
pub const ENCODED_LEN: usize = 9usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for RADIO_STATUS_DATA
impl Clone for RADIO_STATUS_DATA
source§fn clone(&self) -> RADIO_STATUS_DATA
fn clone(&self) -> RADIO_STATUS_DATA
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RADIO_STATUS_DATA
impl Debug for RADIO_STATUS_DATA
source§impl Default for RADIO_STATUS_DATA
impl Default for RADIO_STATUS_DATA
source§impl<'de> Deserialize<'de> for RADIO_STATUS_DATA
impl<'de> Deserialize<'de> for RADIO_STATUS_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>,
source§impl MessageData for RADIO_STATUS_DATA
impl MessageData for RADIO_STATUS_DATA
const ID: u32 = 109u32
const NAME: &'static str = "RADIO_STATUS"
const EXTRA_CRC: u8 = 185u8
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_STATUS_DATA
impl PartialEq for RADIO_STATUS_DATA
source§impl Serialize for RADIO_STATUS_DATA
impl Serialize for RADIO_STATUS_DATA
impl StructuralPartialEq for RADIO_STATUS_DATA
Auto Trait Implementations§
impl Freeze for RADIO_STATUS_DATA
impl RefUnwindSafe for RADIO_STATUS_DATA
impl Send for RADIO_STATUS_DATA
impl Sync for RADIO_STATUS_DATA
impl Unpin for RADIO_STATUS_DATA
impl UnwindSafe for RADIO_STATUS_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
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)
clone_to_uninit
)