pub trait ConcreteMessage: SbpMessage + TryFrom<Sbp, Error = TryFromSbpError> {
    const MESSAGE_TYPE: u16;
    const MESSAGE_NAME: &'static str;
}
Expand description

Implemented by messages who’s message name and type are known at compile time. This is everything that implements SbpMessage except for Sbp.

Required Associated Constants§

source

const MESSAGE_TYPE: u16

The message type.

source

const MESSAGE_NAME: &'static str

The message name.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ConcreteMessage for MsgAcqResult

source§

const MESSAGE_TYPE: u16 = 47u16

source§

const MESSAGE_NAME: &'static str = "MSG_ACQ_RESULT"

source§

impl ConcreteMessage for MsgAcqResultDepA

source§

const MESSAGE_TYPE: u16 = 21u16

source§

const MESSAGE_NAME: &'static str = "MSG_ACQ_RESULT_DEP_A"

source§

impl ConcreteMessage for MsgAcqResultDepB

source§

const MESSAGE_TYPE: u16 = 20u16

source§

const MESSAGE_NAME: &'static str = "MSG_ACQ_RESULT_DEP_B"

source§

impl ConcreteMessage for MsgAcqResultDepC

source§

const MESSAGE_TYPE: u16 = 31u16

source§

const MESSAGE_NAME: &'static str = "MSG_ACQ_RESULT_DEP_C"

source§

impl ConcreteMessage for MsgAcqSvProfile

source§

const MESSAGE_TYPE: u16 = 46u16

source§

const MESSAGE_NAME: &'static str = "MSG_ACQ_SV_PROFILE"

source§

impl ConcreteMessage for MsgAcqSvProfileDep

source§

const MESSAGE_TYPE: u16 = 30u16

source§

const MESSAGE_NAME: &'static str = "MSG_ACQ_SV_PROFILE_DEP"

source§

impl ConcreteMessage for MsgBootloaderHandshakeDepA

source§

const MESSAGE_TYPE: u16 = 176u16

source§

const MESSAGE_NAME: &'static str = "MSG_BOOTLOADER_HANDSHAKE_DEP_A"

source§

impl ConcreteMessage for MsgBootloaderHandshakeReq

source§

const MESSAGE_TYPE: u16 = 179u16

source§

const MESSAGE_NAME: &'static str = "MSG_BOOTLOADER_HANDSHAKE_REQ"

source§

impl ConcreteMessage for MsgBootloaderHandshakeResp

source§

const MESSAGE_TYPE: u16 = 180u16

source§

const MESSAGE_NAME: &'static str = "MSG_BOOTLOADER_HANDSHAKE_RESP"

source§

impl ConcreteMessage for MsgBootloaderJumpToApp

source§

const MESSAGE_TYPE: u16 = 177u16

source§

const MESSAGE_NAME: &'static str = "MSG_BOOTLOADER_JUMP_TO_APP"

source§

impl ConcreteMessage for MsgNapDeviceDnaReq

source§

const MESSAGE_TYPE: u16 = 222u16

source§

const MESSAGE_NAME: &'static str = "MSG_NAP_DEVICE_DNA_REQ"

source§

impl ConcreteMessage for MsgNapDeviceDnaResp

source§

const MESSAGE_TYPE: u16 = 221u16

source§

const MESSAGE_NAME: &'static str = "MSG_NAP_DEVICE_DNA_RESP"

source§

impl ConcreteMessage for MsgExtEvent

source§

const MESSAGE_TYPE: u16 = 257u16

source§

const MESSAGE_NAME: &'static str = "MSG_EXT_EVENT"

source§

impl ConcreteMessage for MsgFileioConfigReq

source§

const MESSAGE_TYPE: u16 = 4_097u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_CONFIG_REQ"

source§

impl ConcreteMessage for MsgFileioConfigResp

source§

const MESSAGE_TYPE: u16 = 4_098u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_CONFIG_RESP"

source§

impl ConcreteMessage for MsgFileioReadDirReq

source§

const MESSAGE_TYPE: u16 = 169u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_READ_DIR_REQ"

source§

impl ConcreteMessage for MsgFileioReadDirResp

source§

const MESSAGE_TYPE: u16 = 170u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_READ_DIR_RESP"

source§

impl ConcreteMessage for MsgFileioReadReq

source§

const MESSAGE_TYPE: u16 = 168u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_READ_REQ"

source§

impl ConcreteMessage for MsgFileioReadResp

source§

const MESSAGE_TYPE: u16 = 163u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_READ_RESP"

source§

impl ConcreteMessage for MsgFileioRemove

source§

const MESSAGE_TYPE: u16 = 172u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_REMOVE"

source§

impl ConcreteMessage for MsgFileioWriteReq

source§

const MESSAGE_TYPE: u16 = 173u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_WRITE_REQ"

source§

impl ConcreteMessage for MsgFileioWriteResp

source§

const MESSAGE_TYPE: u16 = 171u16

source§

const MESSAGE_NAME: &'static str = "MSG_FILEIO_WRITE_RESP"

source§

impl ConcreteMessage for MsgFlashDone

source§

const MESSAGE_TYPE: u16 = 224u16

source§

const MESSAGE_NAME: &'static str = "MSG_FLASH_DONE"

source§

impl ConcreteMessage for MsgFlashErase

source§

const MESSAGE_TYPE: u16 = 226u16

source§

const MESSAGE_NAME: &'static str = "MSG_FLASH_ERASE"

source§

impl ConcreteMessage for MsgFlashProgram

source§

const MESSAGE_TYPE: u16 = 230u16

source§

const MESSAGE_NAME: &'static str = "MSG_FLASH_PROGRAM"

source§

impl ConcreteMessage for MsgFlashReadReq

source§

const MESSAGE_TYPE: u16 = 231u16

source§

const MESSAGE_NAME: &'static str = "MSG_FLASH_READ_REQ"

source§

impl ConcreteMessage for MsgFlashReadResp

source§

const MESSAGE_TYPE: u16 = 225u16

source§

const MESSAGE_NAME: &'static str = "MSG_FLASH_READ_RESP"

source§

impl ConcreteMessage for MsgM25FlashWriteStatus

source§

const MESSAGE_TYPE: u16 = 243u16

source§

const MESSAGE_NAME: &'static str = "MSG_M25_FLASH_WRITE_STATUS"

source§

impl ConcreteMessage for MsgStmFlashLockSector

source§

const MESSAGE_TYPE: u16 = 227u16

source§

const MESSAGE_NAME: &'static str = "MSG_STM_FLASH_LOCK_SECTOR"

source§

impl ConcreteMessage for MsgStmFlashUnlockSector

source§

const MESSAGE_TYPE: u16 = 228u16

source§

const MESSAGE_NAME: &'static str = "MSG_STM_FLASH_UNLOCK_SECTOR"

source§

impl ConcreteMessage for MsgStmUniqueIdReq

source§

const MESSAGE_TYPE: u16 = 232u16

source§

const MESSAGE_NAME: &'static str = "MSG_STM_UNIQUE_ID_REQ"

source§

impl ConcreteMessage for MsgStmUniqueIdResp

source§

const MESSAGE_TYPE: u16 = 229u16

source§

const MESSAGE_NAME: &'static str = "MSG_STM_UNIQUE_ID_RESP"

source§

impl ConcreteMessage for MsgImuAux

source§

const MESSAGE_TYPE: u16 = 2_305u16

source§

const MESSAGE_NAME: &'static str = "MSG_IMU_AUX"

source§

impl ConcreteMessage for MsgImuRaw

source§

const MESSAGE_TYPE: u16 = 2_304u16

source§

const MESSAGE_NAME: &'static str = "MSG_IMU_RAW"

source§

impl ConcreteMessage for MsgAcknowledge

source§

const MESSAGE_TYPE: u16 = 3_026u16

source§

const MESSAGE_NAME: &'static str = "MSG_ACKNOWLEDGE"

source§

impl ConcreteMessage for MsgSsrFlagHighLevel

source§

const MESSAGE_TYPE: u16 = 3_001u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_FLAG_HIGH_LEVEL"

source§

impl ConcreteMessage for MsgSsrFlagIonoGridPointSatLos

source§

const MESSAGE_TYPE: u16 = 3_025u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_FLAG_IONO_GRID_POINT_SAT_LOS"

source§

impl ConcreteMessage for MsgSsrFlagIonoGridPoints

source§

const MESSAGE_TYPE: u16 = 3_015u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_FLAG_IONO_GRID_POINTS"

source§

impl ConcreteMessage for MsgSsrFlagIonoTileSatLos

source§

const MESSAGE_TYPE: u16 = 3_021u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_FLAG_IONO_TILE_SAT_LOS"

source§

impl ConcreteMessage for MsgSsrFlagSatellites

source§

const MESSAGE_TYPE: u16 = 3_005u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_FLAG_SATELLITES"

source§

impl ConcreteMessage for MsgSsrFlagTropoGridPoints

source§

const MESSAGE_TYPE: u16 = 3_011u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_FLAG_TROPO_GRID_POINTS"

source§

impl ConcreteMessage for MsgLinuxCpuState

source§

const MESSAGE_TYPE: u16 = 32_520u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_CPU_STATE"

source§

impl ConcreteMessage for MsgLinuxCpuStateDepA

source§

const MESSAGE_TYPE: u16 = 32_512u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_CPU_STATE_DEP_A"

source§

impl ConcreteMessage for MsgLinuxMemState

source§

const MESSAGE_TYPE: u16 = 32_521u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_MEM_STATE"

source§

impl ConcreteMessage for MsgLinuxMemStateDepA

source§

const MESSAGE_TYPE: u16 = 32_513u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_MEM_STATE_DEP_A"

source§

impl ConcreteMessage for MsgLinuxProcessFdCount

source§

const MESSAGE_TYPE: u16 = 32_518u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_PROCESS_FD_COUNT"

source§

impl ConcreteMessage for MsgLinuxProcessFdSummary

source§

const MESSAGE_TYPE: u16 = 32_519u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_PROCESS_FD_SUMMARY"

source§

impl ConcreteMessage for MsgLinuxProcessSocketCounts

source§

const MESSAGE_TYPE: u16 = 32_515u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_PROCESS_SOCKET_COUNTS"

source§

impl ConcreteMessage for MsgLinuxProcessSocketQueues

source§

const MESSAGE_TYPE: u16 = 32_516u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_PROCESS_SOCKET_QUEUES"

source§

impl ConcreteMessage for MsgLinuxSocketUsage

source§

const MESSAGE_TYPE: u16 = 32_517u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_SOCKET_USAGE"

source§

impl ConcreteMessage for MsgLinuxSysState

source§

const MESSAGE_TYPE: u16 = 32_522u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_SYS_STATE"

source§

impl ConcreteMessage for MsgLinuxSysStateDepA

source§

const MESSAGE_TYPE: u16 = 32_514u16

source§

const MESSAGE_NAME: &'static str = "MSG_LINUX_SYS_STATE_DEP_A"

source§

impl ConcreteMessage for MsgFwd

source§

const MESSAGE_TYPE: u16 = 1_026u16

source§

const MESSAGE_NAME: &'static str = "MSG_FWD"

source§

impl ConcreteMessage for MsgLog

source§

const MESSAGE_TYPE: u16 = 1_025u16

source§

const MESSAGE_NAME: &'static str = "MSG_LOG"

source§

impl ConcreteMessage for MsgPrintDep

source§

const MESSAGE_TYPE: u16 = 16u16

source§

const MESSAGE_NAME: &'static str = "MSG_PRINT_DEP"

source§

impl ConcreteMessage for MsgMagRaw

source§

const MESSAGE_TYPE: u16 = 2_306u16

source§

const MESSAGE_NAME: &'static str = "MSG_MAG_RAW"

source§

impl ConcreteMessage for MsgAgeCorrections

source§

const MESSAGE_TYPE: u16 = 528u16

source§

const MESSAGE_NAME: &'static str = "MSG_AGE_CORRECTIONS"

source§

impl ConcreteMessage for MsgBaselineEcef

source§

const MESSAGE_TYPE: u16 = 523u16

source§

const MESSAGE_NAME: &'static str = "MSG_BASELINE_ECEF"

source§

impl ConcreteMessage for MsgBaselineEcefDepA

source§

const MESSAGE_TYPE: u16 = 514u16

source§

const MESSAGE_NAME: &'static str = "MSG_BASELINE_ECEF_DEP_A"

source§

impl ConcreteMessage for MsgBaselineHeadingDepA

source§

const MESSAGE_TYPE: u16 = 519u16

source§

const MESSAGE_NAME: &'static str = "MSG_BASELINE_HEADING_DEP_A"

source§

impl ConcreteMessage for MsgBaselineNed

source§

const MESSAGE_TYPE: u16 = 524u16

source§

const MESSAGE_NAME: &'static str = "MSG_BASELINE_NED"

source§

impl ConcreteMessage for MsgBaselineNedDepA

source§

const MESSAGE_TYPE: u16 = 515u16

source§

const MESSAGE_NAME: &'static str = "MSG_BASELINE_NED_DEP_A"

source§

impl ConcreteMessage for MsgDops

source§

const MESSAGE_TYPE: u16 = 520u16

source§

const MESSAGE_NAME: &'static str = "MSG_DOPS"

source§

impl ConcreteMessage for MsgDopsDepA

source§

const MESSAGE_TYPE: u16 = 518u16

source§

const MESSAGE_NAME: &'static str = "MSG_DOPS_DEP_A"

source§

impl ConcreteMessage for MsgGpsTime

source§

const MESSAGE_TYPE: u16 = 258u16

source§

const MESSAGE_NAME: &'static str = "MSG_GPS_TIME"

source§

impl ConcreteMessage for MsgGpsTimeDepA

source§

const MESSAGE_TYPE: u16 = 256u16

source§

const MESSAGE_NAME: &'static str = "MSG_GPS_TIME_DEP_A"

source§

impl ConcreteMessage for MsgGpsTimeGnss

source§

const MESSAGE_TYPE: u16 = 260u16

source§

const MESSAGE_NAME: &'static str = "MSG_GPS_TIME_GNSS"

source§

impl ConcreteMessage for MsgPosEcef

source§

const MESSAGE_TYPE: u16 = 521u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_ECEF"

source§

impl ConcreteMessage for MsgPosEcefCov

source§

const MESSAGE_TYPE: u16 = 532u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_ECEF_COV"

source§

impl ConcreteMessage for MsgPosEcefCovGnss

source§

const MESSAGE_TYPE: u16 = 564u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_ECEF_COV_GNSS"

source§

impl ConcreteMessage for MsgPosEcefDepA

source§

const MESSAGE_TYPE: u16 = 512u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_ECEF_DEP_A"

source§

impl ConcreteMessage for MsgPosEcefGnss

source§

const MESSAGE_TYPE: u16 = 553u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_ECEF_GNSS"

source§

impl ConcreteMessage for MsgPosLlh

source§

const MESSAGE_TYPE: u16 = 522u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_LLH"

source§

impl ConcreteMessage for MsgPosLlhAcc

source§

const MESSAGE_TYPE: u16 = 536u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_LLH_ACC"

source§

impl ConcreteMessage for MsgPosLlhCov

source§

const MESSAGE_TYPE: u16 = 529u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_LLH_COV"

source§

impl ConcreteMessage for MsgPosLlhCovGnss

source§

const MESSAGE_TYPE: u16 = 561u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_LLH_COV_GNSS"

source§

impl ConcreteMessage for MsgPosLlhDepA

source§

const MESSAGE_TYPE: u16 = 513u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_LLH_DEP_A"

source§

impl ConcreteMessage for MsgPosLlhGnss

source§

const MESSAGE_TYPE: u16 = 554u16

source§

const MESSAGE_NAME: &'static str = "MSG_POS_LLH_GNSS"

source§

impl ConcreteMessage for MsgPoseRelative

source§

const MESSAGE_TYPE: u16 = 581u16

source§

const MESSAGE_NAME: &'static str = "MSG_POSE_RELATIVE"

source§

impl ConcreteMessage for MsgProtectionLevel

source§

const MESSAGE_TYPE: u16 = 535u16

source§

const MESSAGE_NAME: &'static str = "MSG_PROTECTION_LEVEL"

source§

impl ConcreteMessage for MsgProtectionLevelDepA

source§

const MESSAGE_TYPE: u16 = 534u16

source§

const MESSAGE_NAME: &'static str = "MSG_PROTECTION_LEVEL_DEP_A"

source§

impl ConcreteMessage for MsgReferenceFrameParam

source§

const MESSAGE_TYPE: u16 = 580u16

source§

const MESSAGE_NAME: &'static str = "MSG_REFERENCE_FRAME_PARAM"

source§

impl ConcreteMessage for MsgUtcLeapSecond

source§

const MESSAGE_TYPE: u16 = 570u16

source§

const MESSAGE_NAME: &'static str = "MSG_UTC_LEAP_SECOND"

source§

impl ConcreteMessage for MsgUtcTime

source§

const MESSAGE_TYPE: u16 = 259u16

source§

const MESSAGE_NAME: &'static str = "MSG_UTC_TIME"

source§

impl ConcreteMessage for MsgUtcTimeGnss

source§

const MESSAGE_TYPE: u16 = 261u16

source§

const MESSAGE_NAME: &'static str = "MSG_UTC_TIME_GNSS"

source§

impl ConcreteMessage for MsgVelBody

source§

const MESSAGE_TYPE: u16 = 531u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_BODY"

source§

impl ConcreteMessage for MsgVelCog

source§

const MESSAGE_TYPE: u16 = 540u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_COG"

source§

impl ConcreteMessage for MsgVelEcef

source§

const MESSAGE_TYPE: u16 = 525u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_ECEF"

source§

impl ConcreteMessage for MsgVelEcefCov

source§

const MESSAGE_TYPE: u16 = 533u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_ECEF_COV"

source§

impl ConcreteMessage for MsgVelEcefCovGnss

source§

const MESSAGE_TYPE: u16 = 565u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_ECEF_COV_GNSS"

source§

impl ConcreteMessage for MsgVelEcefDepA

source§

const MESSAGE_TYPE: u16 = 516u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_ECEF_DEP_A"

source§

impl ConcreteMessage for MsgVelEcefGnss

source§

const MESSAGE_TYPE: u16 = 557u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_ECEF_GNSS"

source§

impl ConcreteMessage for MsgVelNed

source§

const MESSAGE_TYPE: u16 = 526u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_NED"

source§

impl ConcreteMessage for MsgVelNedCov

source§

const MESSAGE_TYPE: u16 = 530u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_NED_COV"

source§

impl ConcreteMessage for MsgVelNedCovGnss

source§

const MESSAGE_TYPE: u16 = 562u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_NED_COV_GNSS"

source§

impl ConcreteMessage for MsgVelNedDepA

source§

const MESSAGE_TYPE: u16 = 517u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_NED_DEP_A"

source§

impl ConcreteMessage for MsgVelNedGnss

source§

const MESSAGE_TYPE: u16 = 558u16

source§

const MESSAGE_NAME: &'static str = "MSG_VEL_NED_GNSS"

source§

impl ConcreteMessage for MsgNdbEvent

source§

const MESSAGE_TYPE: u16 = 1_024u16

source§

const MESSAGE_NAME: &'static str = "MSG_NDB_EVENT"

source§

impl ConcreteMessage for MsgAlmanacGlo

source§

const MESSAGE_TYPE: u16 = 115u16

source§

const MESSAGE_NAME: &'static str = "MSG_ALMANAC_GLO"

source§

impl ConcreteMessage for MsgAlmanacGloDep

source§

const MESSAGE_TYPE: u16 = 113u16

source§

const MESSAGE_NAME: &'static str = "MSG_ALMANAC_GLO_DEP"

source§

impl ConcreteMessage for MsgAlmanacGps

source§

const MESSAGE_TYPE: u16 = 114u16

source§

const MESSAGE_NAME: &'static str = "MSG_ALMANAC_GPS"

source§

impl ConcreteMessage for MsgAlmanacGpsDep

source§

const MESSAGE_TYPE: u16 = 112u16

source§

const MESSAGE_NAME: &'static str = "MSG_ALMANAC_GPS_DEP"

source§

impl ConcreteMessage for MsgBasePosEcef

source§

const MESSAGE_TYPE: u16 = 72u16

source§

const MESSAGE_NAME: &'static str = "MSG_BASE_POS_ECEF"

source§

impl ConcreteMessage for MsgBasePosLlh

source§

const MESSAGE_TYPE: u16 = 68u16

source§

const MESSAGE_NAME: &'static str = "MSG_BASE_POS_LLH"

source§

impl ConcreteMessage for MsgEphemerisBds

source§

const MESSAGE_TYPE: u16 = 137u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_BDS"

source§

impl ConcreteMessage for MsgEphemerisDepA

source§

const MESSAGE_TYPE: u16 = 26u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_DEP_A"

source§

impl ConcreteMessage for MsgEphemerisDepB

source§

const MESSAGE_TYPE: u16 = 70u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_DEP_B"

source§

impl ConcreteMessage for MsgEphemerisDepC

source§

const MESSAGE_TYPE: u16 = 71u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_DEP_C"

source§

impl ConcreteMessage for MsgEphemerisDepD

source§

const MESSAGE_TYPE: u16 = 128u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_DEP_D"

source§

impl ConcreteMessage for MsgEphemerisGal

source§

const MESSAGE_TYPE: u16 = 141u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GAL"

source§

impl ConcreteMessage for MsgEphemerisGalDepA

source§

const MESSAGE_TYPE: u16 = 149u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GAL_DEP_A"

source§

impl ConcreteMessage for MsgEphemerisGlo

source§

const MESSAGE_TYPE: u16 = 139u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GLO"

source§

impl ConcreteMessage for MsgEphemerisGloDepA

source§

const MESSAGE_TYPE: u16 = 131u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GLO_DEP_A"

source§

impl ConcreteMessage for MsgEphemerisGloDepB

source§

const MESSAGE_TYPE: u16 = 133u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GLO_DEP_B"

source§

impl ConcreteMessage for MsgEphemerisGloDepC

source§

const MESSAGE_TYPE: u16 = 135u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GLO_DEP_C"

source§

impl ConcreteMessage for MsgEphemerisGloDepD

source§

const MESSAGE_TYPE: u16 = 136u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GLO_DEP_D"

source§

impl ConcreteMessage for MsgEphemerisGps

source§

const MESSAGE_TYPE: u16 = 138u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GPS"

source§

impl ConcreteMessage for MsgEphemerisGpsDepE

source§

const MESSAGE_TYPE: u16 = 129u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GPS_DEP_E"

source§

impl ConcreteMessage for MsgEphemerisGpsDepF

source§

const MESSAGE_TYPE: u16 = 134u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_GPS_DEP_F"

source§

impl ConcreteMessage for MsgEphemerisQzss

source§

const MESSAGE_TYPE: u16 = 142u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_QZSS"

source§

impl ConcreteMessage for MsgEphemerisSbas

source§

const MESSAGE_TYPE: u16 = 140u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_SBAS"

source§

impl ConcreteMessage for MsgEphemerisSbasDepA

source§

const MESSAGE_TYPE: u16 = 130u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_SBAS_DEP_A"

source§

impl ConcreteMessage for MsgEphemerisSbasDepB

source§

const MESSAGE_TYPE: u16 = 132u16

source§

const MESSAGE_NAME: &'static str = "MSG_EPHEMERIS_SBAS_DEP_B"

source§

impl ConcreteMessage for MsgGloBiases

source§

const MESSAGE_TYPE: u16 = 117u16

source§

const MESSAGE_NAME: &'static str = "MSG_GLO_BIASES"

source§

impl ConcreteMessage for MsgGnssCapb

source§

const MESSAGE_TYPE: u16 = 150u16

source§

const MESSAGE_NAME: &'static str = "MSG_GNSS_CAPB"

source§

impl ConcreteMessage for MsgGroupDelay

source§

const MESSAGE_TYPE: u16 = 148u16

source§

const MESSAGE_NAME: &'static str = "MSG_GROUP_DELAY"

source§

impl ConcreteMessage for MsgGroupDelayDepA

source§

const MESSAGE_TYPE: u16 = 146u16

source§

const MESSAGE_NAME: &'static str = "MSG_GROUP_DELAY_DEP_A"

source§

impl ConcreteMessage for MsgGroupDelayDepB

source§

const MESSAGE_TYPE: u16 = 147u16

source§

const MESSAGE_NAME: &'static str = "MSG_GROUP_DELAY_DEP_B"

source§

impl ConcreteMessage for MsgIono

source§

const MESSAGE_TYPE: u16 = 144u16

source§

const MESSAGE_NAME: &'static str = "MSG_IONO"

source§

impl ConcreteMessage for MsgObs

source§

const MESSAGE_TYPE: u16 = 74u16

source§

const MESSAGE_NAME: &'static str = "MSG_OBS"

source§

impl ConcreteMessage for MsgObsDepA

source§

const MESSAGE_TYPE: u16 = 69u16

source§

const MESSAGE_NAME: &'static str = "MSG_OBS_DEP_A"

source§

impl ConcreteMessage for MsgObsDepB

source§

const MESSAGE_TYPE: u16 = 67u16

source§

const MESSAGE_NAME: &'static str = "MSG_OBS_DEP_B"

source§

impl ConcreteMessage for MsgObsDepC

source§

const MESSAGE_TYPE: u16 = 73u16

source§

const MESSAGE_NAME: &'static str = "MSG_OBS_DEP_C"

source§

impl ConcreteMessage for MsgOsr

source§

const MESSAGE_TYPE: u16 = 1_600u16

source§

const MESSAGE_NAME: &'static str = "MSG_OSR"

source§

impl ConcreteMessage for MsgSvAzEl

source§

const MESSAGE_TYPE: u16 = 151u16

source§

const MESSAGE_NAME: &'static str = "MSG_SV_AZ_EL"

source§

impl ConcreteMessage for MsgSvConfigurationGpsDep

source§

const MESSAGE_TYPE: u16 = 145u16

source§

const MESSAGE_NAME: &'static str = "MSG_SV_CONFIGURATION_GPS_DEP"

source§

impl ConcreteMessage for MsgAngularRate

source§

const MESSAGE_TYPE: u16 = 546u16

source§

const MESSAGE_NAME: &'static str = "MSG_ANGULAR_RATE"

source§

impl ConcreteMessage for MsgBaselineHeading

source§

const MESSAGE_TYPE: u16 = 527u16

source§

const MESSAGE_NAME: &'static str = "MSG_BASELINE_HEADING"

source§

impl ConcreteMessage for MsgOrientEuler

source§

const MESSAGE_TYPE: u16 = 545u16

source§

const MESSAGE_NAME: &'static str = "MSG_ORIENT_EULER"

source§

impl ConcreteMessage for MsgOrientQuat

source§

const MESSAGE_TYPE: u16 = 544u16

source§

const MESSAGE_NAME: &'static str = "MSG_ORIENT_QUAT"

source§

impl ConcreteMessage for MsgAlmanac

source§

const MESSAGE_TYPE: u16 = 105u16

source§

const MESSAGE_NAME: &'static str = "MSG_ALMANAC"

source§

impl ConcreteMessage for MsgCellModemStatus

source§

const MESSAGE_TYPE: u16 = 190u16

source§

const MESSAGE_NAME: &'static str = "MSG_CELL_MODEM_STATUS"

source§

impl ConcreteMessage for MsgCommandOutput

source§

const MESSAGE_TYPE: u16 = 188u16

source§

const MESSAGE_NAME: &'static str = "MSG_COMMAND_OUTPUT"

source§

impl ConcreteMessage for MsgCommandReq

source§

const MESSAGE_TYPE: u16 = 184u16

source§

const MESSAGE_NAME: &'static str = "MSG_COMMAND_REQ"

source§

impl ConcreteMessage for MsgCommandResp

source§

const MESSAGE_TYPE: u16 = 185u16

source§

const MESSAGE_NAME: &'static str = "MSG_COMMAND_RESP"

source§

impl ConcreteMessage for MsgCwResults

source§

const MESSAGE_TYPE: u16 = 192u16

source§

const MESSAGE_NAME: &'static str = "MSG_CW_RESULTS"

source§

impl ConcreteMessage for MsgCwStart

source§

const MESSAGE_TYPE: u16 = 193u16

source§

const MESSAGE_NAME: &'static str = "MSG_CW_START"

source§

impl ConcreteMessage for MsgDeviceMonitor

source§

const MESSAGE_TYPE: u16 = 181u16

source§

const MESSAGE_NAME: &'static str = "MSG_DEVICE_MONITOR"

source§

impl ConcreteMessage for MsgFrontEndGain

source§

const MESSAGE_TYPE: u16 = 191u16

source§

const MESSAGE_NAME: &'static str = "MSG_FRONT_END_GAIN"

source§

impl ConcreteMessage for MsgIarState

source§

const MESSAGE_TYPE: u16 = 25u16

source§

const MESSAGE_NAME: &'static str = "MSG_IAR_STATE"

source§

impl ConcreteMessage for MsgInitBaseDep

source§

const MESSAGE_TYPE: u16 = 35u16

source§

const MESSAGE_NAME: &'static str = "MSG_INIT_BASE_DEP"

source§

impl ConcreteMessage for MsgMaskSatellite

source§

const MESSAGE_TYPE: u16 = 43u16

source§

const MESSAGE_NAME: &'static str = "MSG_MASK_SATELLITE"

source§

impl ConcreteMessage for MsgMaskSatelliteDep

source§

const MESSAGE_TYPE: u16 = 27u16

source§

const MESSAGE_NAME: &'static str = "MSG_MASK_SATELLITE_DEP"

source§

impl ConcreteMessage for MsgNetworkBandwidthUsage

source§

const MESSAGE_TYPE: u16 = 189u16

source§

const MESSAGE_NAME: &'static str = "MSG_NETWORK_BANDWIDTH_USAGE"

source§

impl ConcreteMessage for MsgNetworkStateReq

source§

const MESSAGE_TYPE: u16 = 186u16

source§

const MESSAGE_NAME: &'static str = "MSG_NETWORK_STATE_REQ"

source§

impl ConcreteMessage for MsgNetworkStateResp

source§

const MESSAGE_TYPE: u16 = 187u16

source§

const MESSAGE_NAME: &'static str = "MSG_NETWORK_STATE_RESP"

source§

impl ConcreteMessage for MsgReset

source§

const MESSAGE_TYPE: u16 = 182u16

source§

const MESSAGE_NAME: &'static str = "MSG_RESET"

source§

impl ConcreteMessage for MsgResetDep

source§

const MESSAGE_TYPE: u16 = 178u16

source§

const MESSAGE_NAME: &'static str = "MSG_RESET_DEP"

source§

impl ConcreteMessage for MsgResetFilters

source§

const MESSAGE_TYPE: u16 = 34u16

source§

const MESSAGE_NAME: &'static str = "MSG_RESET_FILTERS"

source§

impl ConcreteMessage for MsgSetTime

source§

const MESSAGE_TYPE: u16 = 104u16

source§

const MESSAGE_NAME: &'static str = "MSG_SET_TIME"

source§

impl ConcreteMessage for MsgSpecan

source§

const MESSAGE_TYPE: u16 = 81u16

source§

const MESSAGE_NAME: &'static str = "MSG_SPECAN"

source§

impl ConcreteMessage for MsgSpecanDep

source§

const MESSAGE_TYPE: u16 = 80u16

source§

const MESSAGE_NAME: &'static str = "MSG_SPECAN_DEP"

source§

impl ConcreteMessage for MsgThreadState

source§

const MESSAGE_TYPE: u16 = 23u16

source§

const MESSAGE_NAME: &'static str = "MSG_THREAD_STATE"

source§

impl ConcreteMessage for MsgUartState

source§

const MESSAGE_TYPE: u16 = 29u16

source§

const MESSAGE_NAME: &'static str = "MSG_UART_STATE"

source§

impl ConcreteMessage for MsgUartStateDepa

source§

const MESSAGE_TYPE: u16 = 24u16

source§

const MESSAGE_NAME: &'static str = "MSG_UART_STATE_DEPA"

source§

impl ConcreteMessage for MsgMeasurementPoint

source§

const MESSAGE_TYPE: u16 = 52_992u16

source§

const MESSAGE_NAME: &'static str = "MSG_MEASUREMENT_POINT"

source§

impl ConcreteMessage for MsgSbasRaw

source§

const MESSAGE_TYPE: u16 = 30_583u16

source§

const MESSAGE_NAME: &'static str = "MSG_SBAS_RAW"

source§

impl ConcreteMessage for MsgSettingsReadByIndexDone

source§

const MESSAGE_TYPE: u16 = 166u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_READ_BY_INDEX_DONE"

source§

impl ConcreteMessage for MsgSettingsReadByIndexReq

source§

const MESSAGE_TYPE: u16 = 162u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_READ_BY_INDEX_REQ"

source§

impl ConcreteMessage for MsgSettingsReadByIndexResp

source§

const MESSAGE_TYPE: u16 = 167u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_READ_BY_INDEX_RESP"

source§

impl ConcreteMessage for MsgSettingsReadReq

source§

const MESSAGE_TYPE: u16 = 164u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_READ_REQ"

source§

impl ConcreteMessage for MsgSettingsReadResp

source§

const MESSAGE_TYPE: u16 = 165u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_READ_RESP"

source§

impl ConcreteMessage for MsgSettingsRegister

source§

const MESSAGE_TYPE: u16 = 174u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_REGISTER"

source§

impl ConcreteMessage for MsgSettingsRegisterResp

source§

const MESSAGE_TYPE: u16 = 431u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_REGISTER_RESP"

source§

impl ConcreteMessage for MsgSettingsSave

source§

const MESSAGE_TYPE: u16 = 161u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_SAVE"

source§

impl ConcreteMessage for MsgSettingsWrite

source§

const MESSAGE_TYPE: u16 = 160u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_WRITE"

source§

impl ConcreteMessage for MsgSettingsWriteResp

source§

const MESSAGE_TYPE: u16 = 175u16

source§

const MESSAGE_NAME: &'static str = "MSG_SETTINGS_WRITE_RESP"

source§

impl ConcreteMessage for MsgCertificateChain

source§

const MESSAGE_TYPE: u16 = 3_081u16

source§

const MESSAGE_NAME: &'static str = "MSG_CERTIFICATE_CHAIN"

source§

impl ConcreteMessage for MsgCertificateChainDep

source§

const MESSAGE_TYPE: u16 = 3_077u16

source§

const MESSAGE_NAME: &'static str = "MSG_CERTIFICATE_CHAIN_DEP"

source§

impl ConcreteMessage for MsgEcdsaCertificate

source§

const MESSAGE_TYPE: u16 = 3_076u16

source§

const MESSAGE_NAME: &'static str = "MSG_ECDSA_CERTIFICATE"

source§

impl ConcreteMessage for MsgEcdsaSignature

source§

const MESSAGE_TYPE: u16 = 3_080u16

source§

const MESSAGE_NAME: &'static str = "MSG_ECDSA_SIGNATURE"

source§

impl ConcreteMessage for MsgEcdsaSignatureDepA

source§

const MESSAGE_TYPE: u16 = 3_078u16

source§

const MESSAGE_NAME: &'static str = "MSG_ECDSA_SIGNATURE_DEP_A"

source§

impl ConcreteMessage for MsgEcdsaSignatureDepB

source§

const MESSAGE_TYPE: u16 = 3_079u16

source§

const MESSAGE_NAME: &'static str = "MSG_ECDSA_SIGNATURE_DEP_B"

source§

impl ConcreteMessage for MsgEd25519CertificateDep

source§

const MESSAGE_TYPE: u16 = 3_074u16

source§

const MESSAGE_NAME: &'static str = "MSG_ED25519_CERTIFICATE_DEP"

source§

impl ConcreteMessage for MsgEd25519SignatureDepA

source§

const MESSAGE_TYPE: u16 = 3_073u16

source§

const MESSAGE_NAME: &'static str = "MSG_ED25519_SIGNATURE_DEP_A"

source§

impl ConcreteMessage for MsgEd25519SignatureDepB

source§

const MESSAGE_TYPE: u16 = 3_075u16

source§

const MESSAGE_NAME: &'static str = "MSG_ED25519_SIGNATURE_DEP_B"

source§

impl ConcreteMessage for MsgSolnMeta

source§

const MESSAGE_TYPE: u16 = 65_294u16

source§

const MESSAGE_NAME: &'static str = "MSG_SOLN_META"

source§

impl ConcreteMessage for MsgSolnMetaDepA

source§

const MESSAGE_TYPE: u16 = 65_295u16

source§

const MESSAGE_NAME: &'static str = "MSG_SOLN_META_DEP_A"

source§

impl ConcreteMessage for MsgSsrCodeBiases

source§

const MESSAGE_TYPE: u16 = 1_505u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_CODE_BIASES"

source§

impl ConcreteMessage for MsgSsrCodePhaseBiasesBounds

source§

const MESSAGE_TYPE: u16 = 1_516u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_CODE_PHASE_BIASES_BOUNDS"

source§

impl ConcreteMessage for MsgSsrGridDefinitionDepA

source§

const MESSAGE_TYPE: u16 = 1_525u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_GRID_DEFINITION_DEP_A"

source§

impl ConcreteMessage for MsgSsrGriddedCorrection

source§

const MESSAGE_TYPE: u16 = 1_532u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_GRIDDED_CORRECTION"

source§

impl ConcreteMessage for MsgSsrGriddedCorrectionBounds

source§

const MESSAGE_TYPE: u16 = 1_534u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_GRIDDED_CORRECTION_BOUNDS"

source§

impl ConcreteMessage for MsgSsrGriddedCorrectionDepA

source§

const MESSAGE_TYPE: u16 = 1_530u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_GRIDDED_CORRECTION_DEP_A"

source§

impl ConcreteMessage for MsgSsrGriddedCorrectionNoStdDepA

source§

const MESSAGE_TYPE: u16 = 1_520u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_GRIDDED_CORRECTION_NO_STD_DEP_A"

source§

impl ConcreteMessage for MsgSsrOrbitClock

source§

const MESSAGE_TYPE: u16 = 1_501u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_ORBIT_CLOCK"

source§

impl ConcreteMessage for MsgSsrOrbitClockBounds

source§

const MESSAGE_TYPE: u16 = 1_502u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_ORBIT_CLOCK_BOUNDS"

source§

impl ConcreteMessage for MsgSsrOrbitClockBoundsDegradation

source§

const MESSAGE_TYPE: u16 = 1_503u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_ORBIT_CLOCK_BOUNDS_DEGRADATION"

source§

impl ConcreteMessage for MsgSsrOrbitClockDepA

source§

const MESSAGE_TYPE: u16 = 1_500u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_ORBIT_CLOCK_DEP_A"

source§

impl ConcreteMessage for MsgSsrPhaseBiases

source§

const MESSAGE_TYPE: u16 = 1_510u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_PHASE_BIASES"

source§

impl ConcreteMessage for MsgSsrSatelliteApc

source§

const MESSAGE_TYPE: u16 = 1_541u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_SATELLITE_APC"

source§

impl ConcreteMessage for MsgSsrSatelliteApcDep

source§

const MESSAGE_TYPE: u16 = 1_540u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_SATELLITE_APC_DEP"

source§

impl ConcreteMessage for MsgSsrStecCorrection

source§

const MESSAGE_TYPE: u16 = 1_533u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_STEC_CORRECTION"

source§

impl ConcreteMessage for MsgSsrStecCorrectionDep

source§

const MESSAGE_TYPE: u16 = 1_531u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_STEC_CORRECTION_DEP"

source§

impl ConcreteMessage for MsgSsrStecCorrectionDepA

source§

const MESSAGE_TYPE: u16 = 1_515u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_STEC_CORRECTION_DEP_A"

source§

impl ConcreteMessage for MsgSsrTileDefinition

source§

const MESSAGE_TYPE: u16 = 1_528u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_TILE_DEFINITION"

source§

impl ConcreteMessage for MsgSsrTileDefinitionDepA

source§

const MESSAGE_TYPE: u16 = 1_526u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_TILE_DEFINITION_DEP_A"

source§

impl ConcreteMessage for MsgSsrTileDefinitionDepB

source§

const MESSAGE_TYPE: u16 = 1_527u16

source§

const MESSAGE_NAME: &'static str = "MSG_SSR_TILE_DEFINITION_DEP_B"

source§

impl ConcreteMessage for MsgCsacTelemetry

source§

const MESSAGE_TYPE: u16 = 65_284u16

source§

const MESSAGE_NAME: &'static str = "MSG_CSAC_TELEMETRY"

source§

impl ConcreteMessage for MsgCsacTelemetryLabels

source§

const MESSAGE_TYPE: u16 = 65_285u16

source§

const MESSAGE_NAME: &'static str = "MSG_CSAC_TELEMETRY_LABELS"

source§

impl ConcreteMessage for MsgDgnssStatus

source§

const MESSAGE_TYPE: u16 = 65_282u16

source§

const MESSAGE_NAME: &'static str = "MSG_DGNSS_STATUS"

source§

impl ConcreteMessage for MsgGnssTimeOffset

source§

const MESSAGE_TYPE: u16 = 65_287u16

source§

const MESSAGE_NAME: &'static str = "MSG_GNSS_TIME_OFFSET"

source§

impl ConcreteMessage for MsgGroupMeta

source§

const MESSAGE_TYPE: u16 = 65_290u16

source§

const MESSAGE_NAME: &'static str = "MSG_GROUP_META"

source§

impl ConcreteMessage for MsgHeartbeat

source§

const MESSAGE_TYPE: u16 = 65_535u16

source§

const MESSAGE_NAME: &'static str = "MSG_HEARTBEAT"

source§

impl ConcreteMessage for MsgInsStatus

source§

const MESSAGE_TYPE: u16 = 65_283u16

source§

const MESSAGE_NAME: &'static str = "MSG_INS_STATUS"

source§

impl ConcreteMessage for MsgInsUpdates

source§

const MESSAGE_TYPE: u16 = 65_286u16

source§

const MESSAGE_NAME: &'static str = "MSG_INS_UPDATES"

source§

impl ConcreteMessage for MsgPpsTime

source§

const MESSAGE_TYPE: u16 = 65_288u16

source§

const MESSAGE_NAME: &'static str = "MSG_PPS_TIME"

source§

impl ConcreteMessage for MsgSensorAidEvent

source§

const MESSAGE_TYPE: u16 = 65_289u16

source§

const MESSAGE_NAME: &'static str = "MSG_SENSOR_AID_EVENT"

source§

impl ConcreteMessage for MsgStartup

source§

const MESSAGE_TYPE: u16 = 65_280u16

source§

const MESSAGE_NAME: &'static str = "MSG_STARTUP"

source§

impl ConcreteMessage for MsgStatusJournal

source§

const MESSAGE_TYPE: u16 = 65_533u16

source§

const MESSAGE_NAME: &'static str = "MSG_STATUS_JOURNAL"

source§

impl ConcreteMessage for MsgStatusReport

source§

const MESSAGE_TYPE: u16 = 65_534u16

source§

const MESSAGE_NAME: &'static str = "MSG_STATUS_REPORT"

source§

impl ConcreteMessage for MsgTelSv

source§

const MESSAGE_TYPE: u16 = 288u16

source§

const MESSAGE_NAME: &'static str = "MSG_TEL_SV"

source§

impl ConcreteMessage for MsgMeasurementState

source§

const MESSAGE_TYPE: u16 = 97u16

source§

const MESSAGE_NAME: &'static str = "MSG_MEASUREMENT_STATE"

source§

impl ConcreteMessage for MsgTrackingIq

source§

const MESSAGE_TYPE: u16 = 45u16

source§

const MESSAGE_NAME: &'static str = "MSG_TRACKING_IQ"

source§

impl ConcreteMessage for MsgTrackingIqDepA

source§

const MESSAGE_TYPE: u16 = 28u16

source§

const MESSAGE_NAME: &'static str = "MSG_TRACKING_IQ_DEP_A"

source§

impl ConcreteMessage for MsgTrackingIqDepB

source§

const MESSAGE_TYPE: u16 = 44u16

source§

const MESSAGE_NAME: &'static str = "MSG_TRACKING_IQ_DEP_B"

source§

impl ConcreteMessage for MsgTrackingState

source§

const MESSAGE_TYPE: u16 = 65u16

source§

const MESSAGE_NAME: &'static str = "MSG_TRACKING_STATE"

source§

impl ConcreteMessage for MsgTrackingStateDepA

source§

const MESSAGE_TYPE: u16 = 22u16

source§

const MESSAGE_NAME: &'static str = "MSG_TRACKING_STATE_DEP_A"

source§

impl ConcreteMessage for MsgTrackingStateDepB

source§

const MESSAGE_TYPE: u16 = 19u16

source§

const MESSAGE_NAME: &'static str = "MSG_TRACKING_STATE_DEP_B"

source§

impl ConcreteMessage for MsgTrackingStateDetailedDep

source§

const MESSAGE_TYPE: u16 = 17u16

source§

const MESSAGE_NAME: &'static str = "MSG_TRACKING_STATE_DETAILED_DEP"

source§

impl ConcreteMessage for MsgTrackingStateDetailedDepA

source§

const MESSAGE_TYPE: u16 = 33u16

source§

const MESSAGE_NAME: &'static str = "MSG_TRACKING_STATE_DETAILED_DEP_A"

source§

impl ConcreteMessage for MsgUserData

source§

const MESSAGE_TYPE: u16 = 2_048u16

source§

const MESSAGE_NAME: &'static str = "MSG_USER_DATA"

source§

impl ConcreteMessage for MsgOdometry

source§

const MESSAGE_TYPE: u16 = 2_307u16

source§

const MESSAGE_NAME: &'static str = "MSG_ODOMETRY"

source§

impl ConcreteMessage for MsgWheeltick

source§

const MESSAGE_TYPE: u16 = 2_308u16

source§

const MESSAGE_NAME: &'static str = "MSG_WHEELTICK"