Struct mavlink::asluav::GSM_LINK_STATUS_DATA
source · pub struct GSM_LINK_STATUS_DATA {
pub timestamp: u64,
pub gsm_modem_type: GsmModemType,
pub gsm_link_type: GsmLinkType,
pub rssi: u8,
pub rsrp_rscp: u8,
pub sinr_ecio: u8,
pub rsrq: u8,
}
Available on crate feature
asluav
only.Expand description
id: 8014 Status of GSM modem (connected to onboard computer).
Fields§
§timestamp: u64
Timestamp (of OBC).
gsm_modem_type: GsmModemType
GSM modem used.
gsm_link_type: GsmLinkType
GSM link type.
rssi: u8
RSSI as reported by modem (unconverted).
rsrp_rscp: u8
RSRP (LTE) or RSCP (WCDMA) as reported by modem (unconverted).
sinr_ecio: u8
SINR (LTE) or ECIO (WCDMA) as reported by modem (unconverted).
rsrq: u8
RSRQ (LTE only) as reported by modem (unconverted).
Implementations§
source§impl GSM_LINK_STATUS_DATA
impl GSM_LINK_STATUS_DATA
pub const ENCODED_LEN: usize = 14usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for GSM_LINK_STATUS_DATA
impl Clone for GSM_LINK_STATUS_DATA
source§fn clone(&self) -> GSM_LINK_STATUS_DATA
fn clone(&self) -> GSM_LINK_STATUS_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 GSM_LINK_STATUS_DATA
impl Debug for GSM_LINK_STATUS_DATA
source§impl Default for GSM_LINK_STATUS_DATA
impl Default for GSM_LINK_STATUS_DATA
source§impl<'de> Deserialize<'de> for GSM_LINK_STATUS_DATA
impl<'de> Deserialize<'de> for GSM_LINK_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>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MessageData for GSM_LINK_STATUS_DATA
impl MessageData for GSM_LINK_STATUS_DATA
const ID: u32 = 8_014u32
const NAME: &'static str = "GSM_LINK_STATUS"
const EXTRA_CRC: u8 = 200u8
const ENCODED_LEN: usize = 14usize
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 GSM_LINK_STATUS_DATA
impl PartialEq for GSM_LINK_STATUS_DATA
source§impl Serialize for GSM_LINK_STATUS_DATA
impl Serialize for GSM_LINK_STATUS_DATA
impl StructuralPartialEq for GSM_LINK_STATUS_DATA
Auto Trait Implementations§
impl Freeze for GSM_LINK_STATUS_DATA
impl RefUnwindSafe for GSM_LINK_STATUS_DATA
impl Send for GSM_LINK_STATUS_DATA
impl Sync for GSM_LINK_STATUS_DATA
impl Unpin for GSM_LINK_STATUS_DATA
impl UnwindSafe for GSM_LINK_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
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
)