Fixposition SDK 0.0.0-heads/main-0-g97f6014
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
fpsdk::common::parser::sbf Namespace Reference

Parser SBF routines and types. More...

Classes

struct  SbfHeader
 SBF block header. More...

Functions

constexpr uint16_t SbfBlockType (const uint8_t *msg)
 Get block type (message ID w/o revision)
constexpr uint8_t SbfBlockRev (const uint8_t *msg)
 Get block revision.
constexpr uint16_t SbfMsgSize (const uint8_t *msg)
 Get message size.
bool SbfGetMessageName (char *name, const std::size_t size, const uint8_t *msg, const std::size_t msg_size)
 Get SBF message name.
bool SbfGetMessageInfo (char *info, const std::size_t size, const uint8_t *msg, const std::size_t msg_size)
 Get SBF message info.

Variables

static constexpr uint8_t SBF_SYNC_1 = '$'
 Sync char 1 (like NMEA...)
static constexpr uint8_t SBF_SYNC_2 = '@'
 Sync char 2.
static constexpr std::size_t SBF_HEAD_SIZE = 8
 Size of the SBF header (SbfHeader)
UNI_B messages (names and IDs)
static constexpr uint16_t SBF_MEASEPOCH_MSGID = 4027
 SBF-MEASEPOCH message ID.
static constexpr const char * SBF_MEASEPOCH_STRID = "SBF-MEASEPOCH"
 SBF-MEASEPOCH message name.
static constexpr uint16_t SBF_MEASEXTRA_MSGID = 4000
 SBF-MEASEXTRA message ID.
static constexpr const char * SBF_MEASEXTRA_STRID = "SBF-MEASEXTRA"
 SBF-MEASEXTRA message name.
static constexpr uint16_t SBF_ENDOFMEAS_MSGID = 5922
 SBF-ENDOFMEAS message ID.
static constexpr const char * SBF_ENDOFMEAS_STRID = "SBF-ENDOFMEAS"
 SBF-ENDOFMEAS message name.
static constexpr uint16_t SBF_GPSRAWCA_MSGID = 4017
 SBF-GPSRAWCA message ID.
static constexpr const char * SBF_GPSRAWCA_STRID = "SBF-GPSRAWCA"
 SBF-GPSRAWCA message name.
static constexpr uint16_t SBF_GPSRAWL2C_MSGID = 4018
 SBF-GPSRAWL2C message ID.
static constexpr const char * SBF_GPSRAWL2C_STRID = "SBF-GPSRAWL2C"
 SBF-GPSRAWL2C message name.
static constexpr uint16_t SBF_GPSRAWL5_MSGID = 4019
 SBF-GPSRAWL5 message ID.
static constexpr const char * SBF_GPSRAWL5_STRID = "SBF-GPSRAWL5"
 SBF-GPSRAWL5 message name.
static constexpr uint16_t SBF_GPSRAWL1C_MSGID = 4221
 SBF-GPSRAWL1C message ID.
static constexpr const char * SBF_GPSRAWL1C_STRID = "SBF-GPSRAWL1C"
 SBF-GPSRAWL1C message name.
static constexpr uint16_t SBF_GLORAWCA_MSGID = 4026
 SBF-GLORAWCA message ID.
static constexpr const char * SBF_GLORAWCA_STRID = "SBF-GLORAWCA"
 SBF-GLORAWCA message name.
static constexpr uint16_t SBF_GALRAWFNAV_MSGID = 4022
 SBF-GALRAWFNAV message ID.
static constexpr const char * SBF_GALRAWFNAV_STRID = "SBF-GALRAWFNAV"
 SBF-GALRAWFNAV message name.
static constexpr uint16_t SBF_GALRAWINAV_MSGID = 4023
 SBF-GALRAWINAV message ID.
static constexpr const char * SBF_GALRAWINAV_STRID = "SBF-GALRAWINAV"
 SBF-GALRAWINAV message name.
static constexpr uint16_t SBF_GALRAWCNAV_MSGID = 4024
 SBF-GALRAWCNAV message ID.
static constexpr const char * SBF_GALRAWCNAV_STRID = "SBF-GALRAWCNAV"
 SBF-GALRAWCNAV message name.
static constexpr uint16_t SBF_GEORAWL1_MSGID = 4020
 SBF-GEORAWL1 message ID.
static constexpr const char * SBF_GEORAWL1_STRID = "SBF-GEORAWL1"
 SBF-GEORAWL1 message name.
static constexpr uint16_t SBF_GEORAWL5_MSGID = 4021
 SBF-GEORAWL5 message ID.
static constexpr const char * SBF_GEORAWL5_STRID = "SBF-GEORAWL5"
 SBF-GEORAWL5 message name.
static constexpr uint16_t SBF_BDSRAW_MSGID = 4047
 SBF-BDSRAW message ID.
static constexpr const char * SBF_BDSRAW_STRID = "SBF-BDSRAW"
 SBF-BDSRAW message name.
static constexpr uint16_t SBF_BDSRAWB1C_MSGID = 4218
 SBF-BDSRAWB1C message ID.
static constexpr const char * SBF_BDSRAWB1C_STRID = "SBF-BDSRAWB1C"
 SBF-BDSRAWB1C message name.
static constexpr uint16_t SBF_BDSRAWB2A_MSGID = 4219
 SBF-BDSRAWB2A message ID.
static constexpr const char * SBF_BDSRAWB2A_STRID = "SBF-BDSRAWB2A"
 SBF-BDSRAWB2A message name.
static constexpr uint16_t SBF_BDSRAWB2B_MSGID = 4242
 SBF-BDSRAWB2B message ID.
static constexpr const char * SBF_BDSRAWB2B_STRID = "SBF-BDSRAWB2B"
 SBF-BDSRAWB2B message name.
static constexpr uint16_t SBF_QZSRAWL1CA_MSGID = 4066
 SBF-QZSRAWL1CA message ID.
static constexpr const char * SBF_QZSRAWL1CA_STRID = "SBF-QZSRAWL1CA"
 SBF-QZSRAWL1CA message name.
static constexpr uint16_t SBF_QZSRAWL2C_MSGID = 4067
 SBF-QZSRAWL2C message ID.
static constexpr const char * SBF_QZSRAWL2C_STRID = "SBF-QZSRAWL2C"
 SBF-QZSRAWL2C message name.
static constexpr uint16_t SBF_QZSRAWL5_MSGID = 4068
 SBF-QZSRAWL5 message ID.
static constexpr const char * SBF_QZSRAWL5_STRID = "SBF-QZSRAWL5"
 SBF-QZSRAWL5 message name.
static constexpr uint16_t SBF_QZSRAWL6D_MSGID = 4270
 SBF-QZSRAWL6D message ID.
static constexpr const char * SBF_QZSRAWL6D_STRID = "SBF-QZSRAWL6D"
 SBF-QZSRAWL6D message name.
static constexpr uint16_t SBF_QZSRAWL6E_MSGID = 4271
 SBF-QZSRAWL6E message ID.
static constexpr const char * SBF_QZSRAWL6E_STRID = "SBF-QZSRAWL6E"
 SBF-QZSRAWL6E message name.
static constexpr uint16_t SBF_QZSRAWL1C_MSGID = 4227
 SBF-QZSRAWL1C message ID.
static constexpr const char * SBF_QZSRAWL1C_STRID = "SBF-QZSRAWL1C"
 SBF-QZSRAWL1C message name.
static constexpr uint16_t SBF_QZSRAWL1S_MSGID = 4228
 SBF-QZSRAWL1S message ID.
static constexpr const char * SBF_QZSRAWL1S_STRID = "SBF-QZSRAWL1S"
 SBF-QZSRAWL1S message name.
static constexpr uint16_t SBF_QZSRAWL5S_MSGID = 4246
 SBF-QZSRAWL5S message ID.
static constexpr const char * SBF_QZSRAWL5S_STRID = "SBF-QZSRAWL5S"
 SBF-QZSRAWL5S message name.
static constexpr uint16_t SBF_NAVICRAW_MSGID = 4093
 SBF-NAVICRAW message ID.
static constexpr const char * SBF_NAVICRAW_STRID = "SBF-NAVICRAW"
 SBF-NAVICRAW message name.
static constexpr uint16_t SBF_GPSNAV_MSGID = 5891
 SBF-GPSNAV message ID.
static constexpr const char * SBF_GPSNAV_STRID = "SBF-GPSNAV"
 SBF-GPSNAV message name.
static constexpr uint16_t SBF_GPSALM_MSGID = 5892
 SBF-GPSALM message ID.
static constexpr const char * SBF_GPSALM_STRID = "SBF-GPSALM"
 SBF-GPSALM message name.
static constexpr uint16_t SBF_GPSION_MSGID = 5893
 SBF-GPSION message ID.
static constexpr const char * SBF_GPSION_STRID = "SBF-GPSION"
 SBF-GPSION message name.
static constexpr uint16_t SBF_GPSUTC_MSGID = 5894
 SBF-GPSUTC message ID.
static constexpr const char * SBF_GPSUTC_STRID = "SBF-GPSUTC"
 SBF-GPSUTC message name.
static constexpr uint16_t SBF_GPSCNAV_MSGID = 4042
 SBF-GPSCNAV message ID.
static constexpr const char * SBF_GPSCNAV_STRID = "SBF-GPSCNAV"
 SBF-GPSCNAV message name.
static constexpr uint16_t SBF_GLONAV_MSGID = 4004
 SBF-GLONAV message ID.
static constexpr const char * SBF_GLONAV_STRID = "SBF-GLONAV"
 SBF-GLONAV message name.
static constexpr uint16_t SBF_GLOALM_MSGID = 4005
 SBF-GLOALM message ID.
static constexpr const char * SBF_GLOALM_STRID = "SBF-GLOALM"
 SBF-GLOALM message name.
static constexpr uint16_t SBF_GLOTIME_MSGID = 4036
 SBF-GLOTIME message ID.
static constexpr const char * SBF_GLOTIME_STRID = "SBF-GLOTIME"
 SBF-GLOTIME message name.
static constexpr uint16_t SBF_GALNAV_MSGID = 4002
 SBF-GALNAV message ID.
static constexpr const char * SBF_GALNAV_STRID = "SBF-GALNAV"
 SBF-GALNAV message name.
static constexpr uint16_t SBF_GALALM_MSGID = 4003
 SBF-GALALM message ID.
static constexpr const char * SBF_GALALM_STRID = "SBF-GALALM"
 SBF-GALALM message name.
static constexpr uint16_t SBF_GALION_MSGID = 4030
 SBF-GALION message ID.
static constexpr const char * SBF_GALION_STRID = "SBF-GALION"
 SBF-GALION message name.
static constexpr uint16_t SBF_GALUTC_MSGID = 4031
 SBF-GALUTC message ID.
static constexpr const char * SBF_GALUTC_STRID = "SBF-GALUTC"
 SBF-GALUTC message name.
static constexpr uint16_t SBF_GALGSTGPS_MSGID = 4032
 SBF-GALGSTGPS message ID.
static constexpr const char * SBF_GALGSTGPS_STRID = "SBF-GALGSTGPS"
 SBF-GALGSTGPS message name.
static constexpr uint16_t SBF_GALSARRLM_MSGID = 4034
 SBF-GALSARRLM message ID.
static constexpr const char * SBF_GALSARRLM_STRID = "SBF-GALSARRLM"
 SBF-GALSARRLM message name.
static constexpr uint16_t SBF_BDSNAV_MSGID = 4081
 SBF-BDSNAV message ID.
static constexpr const char * SBF_BDSNAV_STRID = "SBF-BDSNAV"
 SBF-BDSNAV message name.
static constexpr uint16_t SBF_BDSCNAV1_MSGID = 4251
 SBF-BDSCNAV1 message ID.
static constexpr const char * SBF_BDSCNAV1_STRID = "SBF-BDSCNAV1"
 SBF-BDSCNAV1 message name.
static constexpr uint16_t SBF_BDSCNAV2_MSGID = 4252
 SBF-BDSCNAV2 message ID.
static constexpr const char * SBF_BDSCNAV2_STRID = "SBF-BDSCNAV2"
 SBF-BDSCNAV2 message name.
static constexpr uint16_t SBF_BDSCNAV3_MSGID = 4253
 SBF-BDSCNAV3 message ID.
static constexpr const char * SBF_BDSCNAV3_STRID = "SBF-BDSCNAV3"
 SBF-BDSCNAV3 message name.
static constexpr uint16_t SBF_BDSALM_MSGID = 4119
 SBF-BDSALM message ID.
static constexpr const char * SBF_BDSALM_STRID = "SBF-BDSALM"
 SBF-BDSALM message name.
static constexpr uint16_t SBF_BDSION_MSGID = 4120
 SBF-BDSION message ID.
static constexpr const char * SBF_BDSION_STRID = "SBF-BDSION"
 SBF-BDSION message name.
static constexpr uint16_t SBF_BDSUTC_MSGID = 4121
 SBF-BDSUTC message ID.
static constexpr const char * SBF_BDSUTC_STRID = "SBF-BDSUTC"
 SBF-BDSUTC message name.
static constexpr uint16_t SBF_QZSNAV_MSGID = 4095
 SBF-QZSNAV message ID.
static constexpr const char * SBF_QZSNAV_STRID = "SBF-QZSNAV"
 SBF-QZSNAV message name.
static constexpr uint16_t SBF_QZSALM_MSGID = 4116
 SBF-QZSALM message ID.
static constexpr const char * SBF_QZSALM_STRID = "SBF-QZSALM"
 SBF-QZSALM message name.
static constexpr uint16_t SBF_NAVICLNAV_MSGID = 4254
 SBF-NAVICLNAV message ID.
static constexpr const char * SBF_NAVICLNAV_STRID = "SBF-NAVICLNAV"
 SBF-NAVICLNAV message name.
static constexpr uint16_t SBF_GEONAV_MSGID = 5896
 SBF-GEONAV message ID.
static constexpr const char * SBF_GEONAV_STRID = "SBF-GEONAV"
 SBF-GEONAV message name.
static constexpr uint16_t SBF_GEOALM_MSGID = 5897
 SBF-GEOALM message ID.
static constexpr const char * SBF_GEOALM_STRID = "SBF-GEOALM"
 SBF-GEOALM message name.
static constexpr uint16_t SBF_PVTCARTESIAN_MSGID = 4006
 SBF-PVTCARTESIAN message ID.
static constexpr const char * SBF_PVTCARTESIAN_STRID = "SBF-PVTCARTESIAN"
 SBF-PVTCARTESIAN message name.
static constexpr uint16_t SBF_PVTGEODETIC_MSGID = 4007
 SBF-PVTGEODETIC message ID.
static constexpr const char * SBF_PVTGEODETIC_STRID = "SBF-PVTGEODETIC"
 SBF-PVTGEODETIC message name.
static constexpr uint16_t SBF_POSCOVCARTESIAN_MSGID = 5905
 SBF-POSCOVCARTESIAN message ID.
static constexpr const char * SBF_POSCOVCARTESIAN_STRID = "SBF-POSCOVCARTESIAN"
 SBF-POSCOVCARTESIAN message name.
static constexpr uint16_t SBF_POSCOVGEODETIC_MSGID = 5906
 SBF-POSCOVGEODETIC message ID.
static constexpr const char * SBF_POSCOVGEODETIC_STRID = "SBF-POSCOVGEODETIC"
 SBF-POSCOVGEODETIC message name.
static constexpr uint16_t SBF_VELCOVCARTESIAN_MSGID = 5907
 SBF-VELCOVCARTESIAN message ID.
static constexpr const char * SBF_VELCOVCARTESIAN_STRID = "SBF-VELCOVCARTESIAN"
 SBF-VELCOVCARTESIAN message name.
static constexpr uint16_t SBF_VELCOVGEODETIC_MSGID = 5908
 SBF-VELCOVGEODETIC message ID.
static constexpr const char * SBF_VELCOVGEODETIC_STRID = "SBF-VELCOVGEODETIC"
 SBF-VELCOVGEODETIC message name.
static constexpr uint16_t SBF_DOP_MSGID = 4001
 SBF-DOP message ID.
static constexpr const char * SBF_DOP_STRID = "SBF-DOP"
 SBF-DOP message name.
static constexpr uint16_t SBF_BASEVECTORCART_MSGID = 4043
 SBF-BASEVECTORCART message ID.
static constexpr const char * SBF_BASEVECTORCART_STRID = "SBF-BASEVECTORCART"
 SBF-BASEVECTORCART message name.
static constexpr uint16_t SBF_BASEVECTORGEOD_MSGID = 4028
 SBF-BASEVECTORGEOD message ID.
static constexpr const char * SBF_BASEVECTORGEOD_STRID = "SBF-BASEVECTORGEOD"
 SBF-BASEVECTORGEOD message name.
static constexpr uint16_t SBF_PVTSUPPORT_MSGID = 4076
 SBF-PVTSUPPORT message ID.
static constexpr const char * SBF_PVTSUPPORT_STRID = "SBF-PVTSUPPORT"
 SBF-PVTSUPPORT message name.
static constexpr uint16_t SBF_PVTSUPPORTA_MSGID = 4079
 SBF-PVTSUPPORTA message ID.
static constexpr const char * SBF_PVTSUPPORTA_STRID = "SBF-PVTSUPPORTA"
 SBF-PVTSUPPORTA message name.
static constexpr uint16_t SBF_ENDOFPVT_MSGID = 5921
 SBF-ENDOFPVT message ID.
static constexpr const char * SBF_ENDOFPVT_STRID = "SBF-ENDOFPVT"
 SBF-ENDOFPVT message name.
static constexpr uint16_t SBF_NAVCART_MSGID = 4272
 SBF-NAVCART message ID.
static constexpr const char * SBF_NAVCART_STRID = "SBF-NAVCART"
 SBF-NAVCART message name.
static constexpr uint16_t SBF_ATTEULER_MSGID = 5938
 SBF-ATTEULER message ID.
static constexpr const char * SBF_ATTEULER_STRID = "SBF-ATTEULER"
 SBF-ATTEULER message name.
static constexpr uint16_t SBF_ATTCOVEULER_MSGID = 5939
 SBF-ATTCOVEULER message ID.
static constexpr const char * SBF_ATTCOVEULER_STRID = "SBF-ATTCOVEULER"
 SBF-ATTCOVEULER message name.
static constexpr uint16_t SBF_AUXANTPOSITIONS_MSGID = 5942
 SBF-AUXANTPOSITIONS message ID.
static constexpr const char * SBF_AUXANTPOSITIONS_STRID = "SBF-AUXANTPOSITIONS"
 SBF-AUXANTPOSITIONS message name.
static constexpr uint16_t SBF_ENDOFATT_MSGID = 5943
 SBF-ENDOFATT message ID.
static constexpr const char * SBF_ENDOFATT_STRID = "SBF-ENDOFATT"
 SBF-ENDOFATT message name.
static constexpr uint16_t SBF_RECEIVERTIME_MSGID = 5914
 SBF-RECEIVERTIME message ID.
static constexpr const char * SBF_RECEIVERTIME_STRID = "SBF-RECEIVERTIME"
 SBF-RECEIVERTIME message name.
static constexpr uint16_t SBF_XPPSOFFSET_MSGID = 5911
 SBF-XPPSOFFSET message ID.
static constexpr const char * SBF_XPPSOFFSET_STRID = "SBF-XPPSOFFSET"
 SBF-XPPSOFFSET message name.
static constexpr uint16_t SBF_EXTEVENT_MSGID = 5924
 SBF-EXTEVENT message ID.
static constexpr const char * SBF_EXTEVENT_STRID = "SBF-EXTEVENT"
 SBF-EXTEVENT message name.
static constexpr uint16_t SBF_EXTEVENTPVTCARTESIAN_MSGID = 4037
 SBF-EXTEVENTPVTCARTESIAN message ID.
static constexpr const char * SBF_EXTEVENTPVTCARTESIAN_STRID = "SBF-EXTEVENTPVTCARTESIAN"
 SBF-EXTEVENTPVTCARTESIAN message name.
static constexpr uint16_t SBF_EXTEVENTPVTGEODETIC_MSGID = 4038
 SBF-EXTEVENTPVTGEODETIC message ID.
static constexpr const char * SBF_EXTEVENTPVTGEODETIC_STRID = "SBF-EXTEVENTPVTGEODETIC"
 SBF-EXTEVENTPVTGEODETIC message name.
static constexpr uint16_t SBF_EXTEVENTBASEVECTGEOD_MSGID = 4217
 SBF-EXTEVENTBASEVECTGEOD message ID.
static constexpr const char * SBF_EXTEVENTBASEVECTGEOD_STRID = "SBF-EXTEVENTBASEVECTGEOD"
 SBF-EXTEVENTBASEVECTGEOD message name.
static constexpr uint16_t SBF_EXTEVENTATTEULER_MSGID = 4237
 SBF-EXTEVENTATTEULER message ID.
static constexpr const char * SBF_EXTEVENTATTEULER_STRID = "SBF-EXTEVENTATTEULER"
 SBF-EXTEVENTATTEULER message name.
static constexpr uint16_t SBF_DIFFCORRIN_MSGID = 5919
 SBF-DIFFCORRIN message ID.
static constexpr const char * SBF_DIFFCORRIN_STRID = "SBF-DIFFCORRIN"
 SBF-DIFFCORRIN message name.
static constexpr uint16_t SBF_BASESTATION_MSGID = 5949
 SBF-BASESTATION message ID.
static constexpr const char * SBF_BASESTATION_STRID = "SBF-BASESTATION"
 SBF-BASESTATION message name.
static constexpr uint16_t SBF_LBANDTRACKERSTATUS_MSGID = 4201
 SBF-LBANDTRACKERSTATUS message ID.
static constexpr const char * SBF_LBANDTRACKERSTATUS_STRID = "SBF-LBANDTRACKERSTATUS"
 SBF-LBANDTRACKERSTATUS message name.
static constexpr uint16_t SBF_LBANDRAW_MSGID = 4212
 SBF-LBANDRAW message ID.
static constexpr const char * SBF_LBANDRAW_STRID = "SBF-LBANDRAW"
 SBF-LBANDRAW message name.
static constexpr uint16_t SBF_CHANNELSTATUS_MSGID = 4013
 SBF-CHANNELSTATUS message ID.
static constexpr const char * SBF_CHANNELSTATUS_STRID = "SBF-CHANNELSTATUS"
 SBF-CHANNELSTATUS message name.
static constexpr uint16_t SBF_RECEIVERSTATUS_MSGID = 4014
 SBF-RECEIVERSTATUS message ID.
static constexpr const char * SBF_RECEIVERSTATUS_STRID = "SBF-RECEIVERSTATUS"
 SBF-RECEIVERSTATUS message name.
static constexpr uint16_t SBF_SATVISIBILITY_MSGID = 4012
 SBF-SATVISIBILITY message ID.
static constexpr const char * SBF_SATVISIBILITY_STRID = "SBF-SATVISIBILITY"
 SBF-SATVISIBILITY message name.
static constexpr uint16_t SBF_INPUTLINK_MSGID = 4090
 SBF-INPUTLINK message ID.
static constexpr const char * SBF_INPUTLINK_STRID = "SBF-INPUTLINK"
 SBF-INPUTLINK message name.
static constexpr uint16_t SBF_OUTPUTLINK_MSGID = 4091
 SBF-OUTPUTLINK message ID.
static constexpr const char * SBF_OUTPUTLINK_STRID = "SBF-OUTPUTLINK"
 SBF-OUTPUTLINK message name.
static constexpr uint16_t SBF_QUALITYIND_MSGID = 4082
 SBF-QUALITYIND message ID.
static constexpr const char * SBF_QUALITYIND_STRID = "SBF-QUALITYIND"
 SBF-QUALITYIND message name.
static constexpr uint16_t SBF_DISKSTATUS_MSGID = 4059
 SBF-DISKSTATUS message ID.
static constexpr const char * SBF_DISKSTATUS_STRID = "SBF-DISKSTATUS"
 SBF-DISKSTATUS message name.
static constexpr uint16_t SBF_RFSTATUS_MSGID = 4092
 SBF-RFSTATUS message ID.
static constexpr const char * SBF_RFSTATUS_STRID = "SBF-RFSTATUS"
 SBF-RFSTATUS message name.
static constexpr uint16_t SBF_GALAUTHSTATUS_MSGID = 4245
 SBF-GALAUTHSTATUS message ID.
static constexpr const char * SBF_GALAUTHSTATUS_STRID = "SBF-GALAUTHSTATUS"
 SBF-GALAUTHSTATUS message name.
static constexpr uint16_t SBF_RECEIVERSETUP_MSGID = 5902
 SBF-RECEIVERSETUP message ID.
static constexpr const char * SBF_RECEIVERSETUP_STRID = "SBF-RECEIVERSETUP"
 SBF-RECEIVERSETUP message name.
static constexpr uint16_t SBF_RXMESSAGE_MSGID = 4103
 SBF-RXMESSAGE message ID.
static constexpr const char * SBF_RXMESSAGE_STRID = "SBF-RXMESSAGE"
 SBF-RXMESSAGE message name.
static constexpr uint16_t SBF_COMMANDS_MSGID = 4015
 SBF-COMMANDS message ID.
static constexpr const char * SBF_COMMANDS_STRID = "SBF-COMMANDS"
 SBF-COMMANDS message name.
static constexpr uint16_t SBF_COMMENT_MSGID = 5936
 SBF-COMMENT message ID.
static constexpr const char * SBF_COMMENT_STRID = "SBF-COMMENT"
 SBF-COMMENT message name.
static constexpr uint16_t SBF_BBSAMPLES_MSGID = 4040
 SBF-BBSAMPLES message ID.
static constexpr const char * SBF_BBSAMPLES_STRID = "SBF-BBSAMPLES"
 SBF-BBSAMPLES message name.
static constexpr uint16_t SBF_ASCIIIN_MSGID = 4075
 SBF-ASCIIIN message ID.
static constexpr const char * SBF_ASCIIIN_STRID = "SBF-ASCIIIN"
 SBF-ASCIIIN message name.

Detailed Description

Parser SBF routines and types.

Function Documentation

◆ SbfBlockType()

uint16_t fpsdk::common::parser::sbf::SbfBlockType ( const uint8_t * msg)
constexpr

Get block type (message ID w/o revision)

Parameters
[in]msgPointer to the start of the message
Note
No check on the data provided is done. The caller must ensure that the data is a valid SBF message.
Returns
block type

Definition at line 54 of file sbf.hpp.

◆ SbfBlockRev()

uint8_t fpsdk::common::parser::sbf::SbfBlockRev ( const uint8_t * msg)
constexpr

Get block revision.

Parameters
[in]msgPointer to the start of the message
Note
No check on the data provided is done. The caller must ensure that the data is a valid SBF message.
Returns
block type

Definition at line 68 of file sbf.hpp.

◆ SbfMsgSize()

uint16_t fpsdk::common::parser::sbf::SbfMsgSize ( const uint8_t * msg)
constexpr

Get message size.

Parameters
[in]msgPointer to the start of the message
Note
No check on the data provided is done. The caller must ensure that the data is a valid SBF message.
Returns
the message size

Definition at line 82 of file sbf.hpp.

◆ SbfGetMessageName()

bool fpsdk::common::parser::sbf::SbfGetMessageName ( char * name,
const std::size_t size,
const uint8_t * msg,
const std::size_t msg_size )

Get SBF message name.

Generates a name (string) in the form "SBF-NAME", where NAME is a suitable stringifications of the message ID if known (for example, "SBF-NAVCART", respectively "%05u" formatted message ID if unknown (for example, "SBF-BLOCK01234").

Parameters
[out]nameString to write the name to
[in]sizeSize of name (incl. nul termination)
[in]msgPointer to the SBF message
[in]msg_sizeSize of the msg
Note
No check on the data provided is done. The caller must ensure that the data is a valid SBF message.
Returns
true if message name was generated, false if name buffer was too small

◆ SbfGetMessageInfo()

bool fpsdk::common::parser::sbf::SbfGetMessageInfo ( char * info,
const std::size_t size,
const uint8_t * msg,
const std::size_t msg_size )

Get SBF message info.

This stringifies the content of some SBF messages, for debugging.

Parameters
[out]infoString to write the info to
[in]sizeSize of name (incl. nul termination)
[in]msgPointer to the SBF message
[in]msg_sizeSize of the msg
Note
No check on the data provided is done. The caller must ensure that the data is a valid SBF message.
Returns
true if message info was generated (even if info is empty), false if name buffer was too small

Variable Documentation

◆ SBF_SYNC_1

uint8_t fpsdk::common::parser::sbf::SBF_SYNC_1 = '$'
staticconstexpr

Sync char 1 (like NMEA...)

Definition at line 41 of file sbf.hpp.

◆ SBF_SYNC_2

uint8_t fpsdk::common::parser::sbf::SBF_SYNC_2 = '@'
staticconstexpr

Sync char 2.

Definition at line 42 of file sbf.hpp.

◆ SBF_HEAD_SIZE

std::size_t fpsdk::common::parser::sbf::SBF_HEAD_SIZE = 8
staticconstexpr

Size of the SBF header (SbfHeader)

Definition at line 43 of file sbf.hpp.

◆ SBF_MEASEPOCH_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_MEASEPOCH_MSGID = 4027
staticconstexpr

SBF-MEASEPOCH message ID.

Definition at line 130 of file sbf.hpp.

◆ SBF_MEASEPOCH_STRID

const char* fpsdk::common::parser::sbf::SBF_MEASEPOCH_STRID = "SBF-MEASEPOCH"
staticconstexpr

SBF-MEASEPOCH message name.

Definition at line 131 of file sbf.hpp.

◆ SBF_MEASEXTRA_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_MEASEXTRA_MSGID = 4000
staticconstexpr

SBF-MEASEXTRA message ID.

Definition at line 132 of file sbf.hpp.

◆ SBF_MEASEXTRA_STRID

const char* fpsdk::common::parser::sbf::SBF_MEASEXTRA_STRID = "SBF-MEASEXTRA"
staticconstexpr

SBF-MEASEXTRA message name.

Definition at line 133 of file sbf.hpp.

◆ SBF_ENDOFMEAS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_ENDOFMEAS_MSGID = 5922
staticconstexpr

SBF-ENDOFMEAS message ID.

Definition at line 134 of file sbf.hpp.

◆ SBF_ENDOFMEAS_STRID

const char* fpsdk::common::parser::sbf::SBF_ENDOFMEAS_STRID = "SBF-ENDOFMEAS"
staticconstexpr

SBF-ENDOFMEAS message name.

Definition at line 135 of file sbf.hpp.

◆ SBF_GPSRAWCA_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSRAWCA_MSGID = 4017
staticconstexpr

SBF-GPSRAWCA message ID.

Definition at line 136 of file sbf.hpp.

◆ SBF_GPSRAWCA_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSRAWCA_STRID = "SBF-GPSRAWCA"
staticconstexpr

SBF-GPSRAWCA message name.

Definition at line 137 of file sbf.hpp.

◆ SBF_GPSRAWL2C_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSRAWL2C_MSGID = 4018
staticconstexpr

SBF-GPSRAWL2C message ID.

Definition at line 138 of file sbf.hpp.

◆ SBF_GPSRAWL2C_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSRAWL2C_STRID = "SBF-GPSRAWL2C"
staticconstexpr

SBF-GPSRAWL2C message name.

Definition at line 139 of file sbf.hpp.

◆ SBF_GPSRAWL5_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSRAWL5_MSGID = 4019
staticconstexpr

SBF-GPSRAWL5 message ID.

Definition at line 140 of file sbf.hpp.

◆ SBF_GPSRAWL5_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSRAWL5_STRID = "SBF-GPSRAWL5"
staticconstexpr

SBF-GPSRAWL5 message name.

Definition at line 141 of file sbf.hpp.

◆ SBF_GPSRAWL1C_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSRAWL1C_MSGID = 4221
staticconstexpr

SBF-GPSRAWL1C message ID.

Definition at line 142 of file sbf.hpp.

◆ SBF_GPSRAWL1C_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSRAWL1C_STRID = "SBF-GPSRAWL1C"
staticconstexpr

SBF-GPSRAWL1C message name.

Definition at line 143 of file sbf.hpp.

◆ SBF_GLORAWCA_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GLORAWCA_MSGID = 4026
staticconstexpr

SBF-GLORAWCA message ID.

Definition at line 144 of file sbf.hpp.

◆ SBF_GLORAWCA_STRID

const char* fpsdk::common::parser::sbf::SBF_GLORAWCA_STRID = "SBF-GLORAWCA"
staticconstexpr

SBF-GLORAWCA message name.

Definition at line 145 of file sbf.hpp.

◆ SBF_GALRAWFNAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALRAWFNAV_MSGID = 4022
staticconstexpr

SBF-GALRAWFNAV message ID.

Definition at line 146 of file sbf.hpp.

◆ SBF_GALRAWFNAV_STRID

const char* fpsdk::common::parser::sbf::SBF_GALRAWFNAV_STRID = "SBF-GALRAWFNAV"
staticconstexpr

SBF-GALRAWFNAV message name.

Definition at line 147 of file sbf.hpp.

◆ SBF_GALRAWINAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALRAWINAV_MSGID = 4023
staticconstexpr

SBF-GALRAWINAV message ID.

Definition at line 148 of file sbf.hpp.

◆ SBF_GALRAWINAV_STRID

const char* fpsdk::common::parser::sbf::SBF_GALRAWINAV_STRID = "SBF-GALRAWINAV"
staticconstexpr

SBF-GALRAWINAV message name.

Definition at line 149 of file sbf.hpp.

◆ SBF_GALRAWCNAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALRAWCNAV_MSGID = 4024
staticconstexpr

SBF-GALRAWCNAV message ID.

Definition at line 150 of file sbf.hpp.

◆ SBF_GALRAWCNAV_STRID

const char* fpsdk::common::parser::sbf::SBF_GALRAWCNAV_STRID = "SBF-GALRAWCNAV"
staticconstexpr

SBF-GALRAWCNAV message name.

Definition at line 151 of file sbf.hpp.

◆ SBF_GEORAWL1_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GEORAWL1_MSGID = 4020
staticconstexpr

SBF-GEORAWL1 message ID.

Definition at line 152 of file sbf.hpp.

◆ SBF_GEORAWL1_STRID

const char* fpsdk::common::parser::sbf::SBF_GEORAWL1_STRID = "SBF-GEORAWL1"
staticconstexpr

SBF-GEORAWL1 message name.

Definition at line 153 of file sbf.hpp.

◆ SBF_GEORAWL5_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GEORAWL5_MSGID = 4021
staticconstexpr

SBF-GEORAWL5 message ID.

Definition at line 154 of file sbf.hpp.

◆ SBF_GEORAWL5_STRID

const char* fpsdk::common::parser::sbf::SBF_GEORAWL5_STRID = "SBF-GEORAWL5"
staticconstexpr

SBF-GEORAWL5 message name.

Definition at line 155 of file sbf.hpp.

◆ SBF_BDSRAW_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSRAW_MSGID = 4047
staticconstexpr

SBF-BDSRAW message ID.

Definition at line 156 of file sbf.hpp.

◆ SBF_BDSRAW_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSRAW_STRID = "SBF-BDSRAW"
staticconstexpr

SBF-BDSRAW message name.

Definition at line 157 of file sbf.hpp.

◆ SBF_BDSRAWB1C_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSRAWB1C_MSGID = 4218
staticconstexpr

SBF-BDSRAWB1C message ID.

Definition at line 158 of file sbf.hpp.

◆ SBF_BDSRAWB1C_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSRAWB1C_STRID = "SBF-BDSRAWB1C"
staticconstexpr

SBF-BDSRAWB1C message name.

Definition at line 159 of file sbf.hpp.

◆ SBF_BDSRAWB2A_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSRAWB2A_MSGID = 4219
staticconstexpr

SBF-BDSRAWB2A message ID.

Definition at line 160 of file sbf.hpp.

◆ SBF_BDSRAWB2A_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSRAWB2A_STRID = "SBF-BDSRAWB2A"
staticconstexpr

SBF-BDSRAWB2A message name.

Definition at line 161 of file sbf.hpp.

◆ SBF_BDSRAWB2B_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSRAWB2B_MSGID = 4242
staticconstexpr

SBF-BDSRAWB2B message ID.

Definition at line 162 of file sbf.hpp.

◆ SBF_BDSRAWB2B_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSRAWB2B_STRID = "SBF-BDSRAWB2B"
staticconstexpr

SBF-BDSRAWB2B message name.

Definition at line 163 of file sbf.hpp.

◆ SBF_QZSRAWL1CA_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSRAWL1CA_MSGID = 4066
staticconstexpr

SBF-QZSRAWL1CA message ID.

Definition at line 164 of file sbf.hpp.

◆ SBF_QZSRAWL1CA_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSRAWL1CA_STRID = "SBF-QZSRAWL1CA"
staticconstexpr

SBF-QZSRAWL1CA message name.

Definition at line 165 of file sbf.hpp.

◆ SBF_QZSRAWL2C_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSRAWL2C_MSGID = 4067
staticconstexpr

SBF-QZSRAWL2C message ID.

Definition at line 166 of file sbf.hpp.

◆ SBF_QZSRAWL2C_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSRAWL2C_STRID = "SBF-QZSRAWL2C"
staticconstexpr

SBF-QZSRAWL2C message name.

Definition at line 167 of file sbf.hpp.

◆ SBF_QZSRAWL5_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSRAWL5_MSGID = 4068
staticconstexpr

SBF-QZSRAWL5 message ID.

Definition at line 168 of file sbf.hpp.

◆ SBF_QZSRAWL5_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSRAWL5_STRID = "SBF-QZSRAWL5"
staticconstexpr

SBF-QZSRAWL5 message name.

Definition at line 169 of file sbf.hpp.

◆ SBF_QZSRAWL6D_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSRAWL6D_MSGID = 4270
staticconstexpr

SBF-QZSRAWL6D message ID.

Definition at line 170 of file sbf.hpp.

◆ SBF_QZSRAWL6D_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSRAWL6D_STRID = "SBF-QZSRAWL6D"
staticconstexpr

SBF-QZSRAWL6D message name.

Definition at line 171 of file sbf.hpp.

◆ SBF_QZSRAWL6E_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSRAWL6E_MSGID = 4271
staticconstexpr

SBF-QZSRAWL6E message ID.

Definition at line 172 of file sbf.hpp.

◆ SBF_QZSRAWL6E_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSRAWL6E_STRID = "SBF-QZSRAWL6E"
staticconstexpr

SBF-QZSRAWL6E message name.

Definition at line 173 of file sbf.hpp.

◆ SBF_QZSRAWL1C_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSRAWL1C_MSGID = 4227
staticconstexpr

SBF-QZSRAWL1C message ID.

Definition at line 174 of file sbf.hpp.

◆ SBF_QZSRAWL1C_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSRAWL1C_STRID = "SBF-QZSRAWL1C"
staticconstexpr

SBF-QZSRAWL1C message name.

Definition at line 175 of file sbf.hpp.

◆ SBF_QZSRAWL1S_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSRAWL1S_MSGID = 4228
staticconstexpr

SBF-QZSRAWL1S message ID.

Definition at line 176 of file sbf.hpp.

◆ SBF_QZSRAWL1S_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSRAWL1S_STRID = "SBF-QZSRAWL1S"
staticconstexpr

SBF-QZSRAWL1S message name.

Definition at line 177 of file sbf.hpp.

◆ SBF_QZSRAWL5S_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSRAWL5S_MSGID = 4246
staticconstexpr

SBF-QZSRAWL5S message ID.

Definition at line 178 of file sbf.hpp.

◆ SBF_QZSRAWL5S_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSRAWL5S_STRID = "SBF-QZSRAWL5S"
staticconstexpr

SBF-QZSRAWL5S message name.

Definition at line 179 of file sbf.hpp.

◆ SBF_NAVICRAW_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_NAVICRAW_MSGID = 4093
staticconstexpr

SBF-NAVICRAW message ID.

Definition at line 180 of file sbf.hpp.

◆ SBF_NAVICRAW_STRID

const char* fpsdk::common::parser::sbf::SBF_NAVICRAW_STRID = "SBF-NAVICRAW"
staticconstexpr

SBF-NAVICRAW message name.

Definition at line 181 of file sbf.hpp.

◆ SBF_GPSNAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSNAV_MSGID = 5891
staticconstexpr

SBF-GPSNAV message ID.

Definition at line 182 of file sbf.hpp.

◆ SBF_GPSNAV_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSNAV_STRID = "SBF-GPSNAV"
staticconstexpr

SBF-GPSNAV message name.

Definition at line 183 of file sbf.hpp.

◆ SBF_GPSALM_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSALM_MSGID = 5892
staticconstexpr

SBF-GPSALM message ID.

Definition at line 184 of file sbf.hpp.

◆ SBF_GPSALM_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSALM_STRID = "SBF-GPSALM"
staticconstexpr

SBF-GPSALM message name.

Definition at line 185 of file sbf.hpp.

◆ SBF_GPSION_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSION_MSGID = 5893
staticconstexpr

SBF-GPSION message ID.

Definition at line 186 of file sbf.hpp.

◆ SBF_GPSION_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSION_STRID = "SBF-GPSION"
staticconstexpr

SBF-GPSION message name.

Definition at line 187 of file sbf.hpp.

◆ SBF_GPSUTC_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSUTC_MSGID = 5894
staticconstexpr

SBF-GPSUTC message ID.

Definition at line 188 of file sbf.hpp.

◆ SBF_GPSUTC_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSUTC_STRID = "SBF-GPSUTC"
staticconstexpr

SBF-GPSUTC message name.

Definition at line 189 of file sbf.hpp.

◆ SBF_GPSCNAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GPSCNAV_MSGID = 4042
staticconstexpr

SBF-GPSCNAV message ID.

Definition at line 190 of file sbf.hpp.

◆ SBF_GPSCNAV_STRID

const char* fpsdk::common::parser::sbf::SBF_GPSCNAV_STRID = "SBF-GPSCNAV"
staticconstexpr

SBF-GPSCNAV message name.

Definition at line 191 of file sbf.hpp.

◆ SBF_GLONAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GLONAV_MSGID = 4004
staticconstexpr

SBF-GLONAV message ID.

Definition at line 192 of file sbf.hpp.

◆ SBF_GLONAV_STRID

const char* fpsdk::common::parser::sbf::SBF_GLONAV_STRID = "SBF-GLONAV"
staticconstexpr

SBF-GLONAV message name.

Definition at line 193 of file sbf.hpp.

◆ SBF_GLOALM_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GLOALM_MSGID = 4005
staticconstexpr

SBF-GLOALM message ID.

Definition at line 194 of file sbf.hpp.

◆ SBF_GLOALM_STRID

const char* fpsdk::common::parser::sbf::SBF_GLOALM_STRID = "SBF-GLOALM"
staticconstexpr

SBF-GLOALM message name.

Definition at line 195 of file sbf.hpp.

◆ SBF_GLOTIME_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GLOTIME_MSGID = 4036
staticconstexpr

SBF-GLOTIME message ID.

Definition at line 196 of file sbf.hpp.

◆ SBF_GLOTIME_STRID

const char* fpsdk::common::parser::sbf::SBF_GLOTIME_STRID = "SBF-GLOTIME"
staticconstexpr

SBF-GLOTIME message name.

Definition at line 197 of file sbf.hpp.

◆ SBF_GALNAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALNAV_MSGID = 4002
staticconstexpr

SBF-GALNAV message ID.

Definition at line 198 of file sbf.hpp.

◆ SBF_GALNAV_STRID

const char* fpsdk::common::parser::sbf::SBF_GALNAV_STRID = "SBF-GALNAV"
staticconstexpr

SBF-GALNAV message name.

Definition at line 199 of file sbf.hpp.

◆ SBF_GALALM_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALALM_MSGID = 4003
staticconstexpr

SBF-GALALM message ID.

Definition at line 200 of file sbf.hpp.

◆ SBF_GALALM_STRID

const char* fpsdk::common::parser::sbf::SBF_GALALM_STRID = "SBF-GALALM"
staticconstexpr

SBF-GALALM message name.

Definition at line 201 of file sbf.hpp.

◆ SBF_GALION_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALION_MSGID = 4030
staticconstexpr

SBF-GALION message ID.

Definition at line 202 of file sbf.hpp.

◆ SBF_GALION_STRID

const char* fpsdk::common::parser::sbf::SBF_GALION_STRID = "SBF-GALION"
staticconstexpr

SBF-GALION message name.

Definition at line 203 of file sbf.hpp.

◆ SBF_GALUTC_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALUTC_MSGID = 4031
staticconstexpr

SBF-GALUTC message ID.

Definition at line 204 of file sbf.hpp.

◆ SBF_GALUTC_STRID

const char* fpsdk::common::parser::sbf::SBF_GALUTC_STRID = "SBF-GALUTC"
staticconstexpr

SBF-GALUTC message name.

Definition at line 205 of file sbf.hpp.

◆ SBF_GALGSTGPS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALGSTGPS_MSGID = 4032
staticconstexpr

SBF-GALGSTGPS message ID.

Definition at line 206 of file sbf.hpp.

◆ SBF_GALGSTGPS_STRID

const char* fpsdk::common::parser::sbf::SBF_GALGSTGPS_STRID = "SBF-GALGSTGPS"
staticconstexpr

SBF-GALGSTGPS message name.

Definition at line 207 of file sbf.hpp.

◆ SBF_GALSARRLM_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALSARRLM_MSGID = 4034
staticconstexpr

SBF-GALSARRLM message ID.

Definition at line 208 of file sbf.hpp.

◆ SBF_GALSARRLM_STRID

const char* fpsdk::common::parser::sbf::SBF_GALSARRLM_STRID = "SBF-GALSARRLM"
staticconstexpr

SBF-GALSARRLM message name.

Definition at line 209 of file sbf.hpp.

◆ SBF_BDSNAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSNAV_MSGID = 4081
staticconstexpr

SBF-BDSNAV message ID.

Definition at line 210 of file sbf.hpp.

◆ SBF_BDSNAV_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSNAV_STRID = "SBF-BDSNAV"
staticconstexpr

SBF-BDSNAV message name.

Definition at line 211 of file sbf.hpp.

◆ SBF_BDSCNAV1_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSCNAV1_MSGID = 4251
staticconstexpr

SBF-BDSCNAV1 message ID.

Definition at line 212 of file sbf.hpp.

◆ SBF_BDSCNAV1_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSCNAV1_STRID = "SBF-BDSCNAV1"
staticconstexpr

SBF-BDSCNAV1 message name.

Definition at line 213 of file sbf.hpp.

◆ SBF_BDSCNAV2_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSCNAV2_MSGID = 4252
staticconstexpr

SBF-BDSCNAV2 message ID.

Definition at line 214 of file sbf.hpp.

◆ SBF_BDSCNAV2_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSCNAV2_STRID = "SBF-BDSCNAV2"
staticconstexpr

SBF-BDSCNAV2 message name.

Definition at line 215 of file sbf.hpp.

◆ SBF_BDSCNAV3_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSCNAV3_MSGID = 4253
staticconstexpr

SBF-BDSCNAV3 message ID.

Definition at line 216 of file sbf.hpp.

◆ SBF_BDSCNAV3_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSCNAV3_STRID = "SBF-BDSCNAV3"
staticconstexpr

SBF-BDSCNAV3 message name.

Definition at line 217 of file sbf.hpp.

◆ SBF_BDSALM_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSALM_MSGID = 4119
staticconstexpr

SBF-BDSALM message ID.

Definition at line 218 of file sbf.hpp.

◆ SBF_BDSALM_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSALM_STRID = "SBF-BDSALM"
staticconstexpr

SBF-BDSALM message name.

Definition at line 219 of file sbf.hpp.

◆ SBF_BDSION_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSION_MSGID = 4120
staticconstexpr

SBF-BDSION message ID.

Definition at line 220 of file sbf.hpp.

◆ SBF_BDSION_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSION_STRID = "SBF-BDSION"
staticconstexpr

SBF-BDSION message name.

Definition at line 221 of file sbf.hpp.

◆ SBF_BDSUTC_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BDSUTC_MSGID = 4121
staticconstexpr

SBF-BDSUTC message ID.

Definition at line 222 of file sbf.hpp.

◆ SBF_BDSUTC_STRID

const char* fpsdk::common::parser::sbf::SBF_BDSUTC_STRID = "SBF-BDSUTC"
staticconstexpr

SBF-BDSUTC message name.

Definition at line 223 of file sbf.hpp.

◆ SBF_QZSNAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSNAV_MSGID = 4095
staticconstexpr

SBF-QZSNAV message ID.

Definition at line 224 of file sbf.hpp.

◆ SBF_QZSNAV_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSNAV_STRID = "SBF-QZSNAV"
staticconstexpr

SBF-QZSNAV message name.

Definition at line 225 of file sbf.hpp.

◆ SBF_QZSALM_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QZSALM_MSGID = 4116
staticconstexpr

SBF-QZSALM message ID.

Definition at line 226 of file sbf.hpp.

◆ SBF_QZSALM_STRID

const char* fpsdk::common::parser::sbf::SBF_QZSALM_STRID = "SBF-QZSALM"
staticconstexpr

SBF-QZSALM message name.

Definition at line 227 of file sbf.hpp.

◆ SBF_NAVICLNAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_NAVICLNAV_MSGID = 4254
staticconstexpr

SBF-NAVICLNAV message ID.

Definition at line 228 of file sbf.hpp.

◆ SBF_NAVICLNAV_STRID

const char* fpsdk::common::parser::sbf::SBF_NAVICLNAV_STRID = "SBF-NAVICLNAV"
staticconstexpr

SBF-NAVICLNAV message name.

Definition at line 229 of file sbf.hpp.

◆ SBF_GEONAV_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GEONAV_MSGID = 5896
staticconstexpr

SBF-GEONAV message ID.

Definition at line 230 of file sbf.hpp.

◆ SBF_GEONAV_STRID

const char* fpsdk::common::parser::sbf::SBF_GEONAV_STRID = "SBF-GEONAV"
staticconstexpr

SBF-GEONAV message name.

Definition at line 231 of file sbf.hpp.

◆ SBF_GEOALM_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GEOALM_MSGID = 5897
staticconstexpr

SBF-GEOALM message ID.

Definition at line 232 of file sbf.hpp.

◆ SBF_GEOALM_STRID

const char* fpsdk::common::parser::sbf::SBF_GEOALM_STRID = "SBF-GEOALM"
staticconstexpr

SBF-GEOALM message name.

Definition at line 233 of file sbf.hpp.

◆ SBF_PVTCARTESIAN_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_PVTCARTESIAN_MSGID = 4006
staticconstexpr

SBF-PVTCARTESIAN message ID.

Definition at line 234 of file sbf.hpp.

◆ SBF_PVTCARTESIAN_STRID

const char* fpsdk::common::parser::sbf::SBF_PVTCARTESIAN_STRID = "SBF-PVTCARTESIAN"
staticconstexpr

SBF-PVTCARTESIAN message name.

Definition at line 235 of file sbf.hpp.

◆ SBF_PVTGEODETIC_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_PVTGEODETIC_MSGID = 4007
staticconstexpr

SBF-PVTGEODETIC message ID.

Definition at line 236 of file sbf.hpp.

◆ SBF_PVTGEODETIC_STRID

const char* fpsdk::common::parser::sbf::SBF_PVTGEODETIC_STRID = "SBF-PVTGEODETIC"
staticconstexpr

SBF-PVTGEODETIC message name.

Definition at line 237 of file sbf.hpp.

◆ SBF_POSCOVCARTESIAN_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_POSCOVCARTESIAN_MSGID = 5905
staticconstexpr

SBF-POSCOVCARTESIAN message ID.

Definition at line 238 of file sbf.hpp.

◆ SBF_POSCOVCARTESIAN_STRID

const char* fpsdk::common::parser::sbf::SBF_POSCOVCARTESIAN_STRID = "SBF-POSCOVCARTESIAN"
staticconstexpr

SBF-POSCOVCARTESIAN message name.

Definition at line 239 of file sbf.hpp.

◆ SBF_POSCOVGEODETIC_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_POSCOVGEODETIC_MSGID = 5906
staticconstexpr

SBF-POSCOVGEODETIC message ID.

Definition at line 240 of file sbf.hpp.

◆ SBF_POSCOVGEODETIC_STRID

const char* fpsdk::common::parser::sbf::SBF_POSCOVGEODETIC_STRID = "SBF-POSCOVGEODETIC"
staticconstexpr

SBF-POSCOVGEODETIC message name.

Definition at line 241 of file sbf.hpp.

◆ SBF_VELCOVCARTESIAN_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_VELCOVCARTESIAN_MSGID = 5907
staticconstexpr

SBF-VELCOVCARTESIAN message ID.

Definition at line 242 of file sbf.hpp.

◆ SBF_VELCOVCARTESIAN_STRID

const char* fpsdk::common::parser::sbf::SBF_VELCOVCARTESIAN_STRID = "SBF-VELCOVCARTESIAN"
staticconstexpr

SBF-VELCOVCARTESIAN message name.

Definition at line 243 of file sbf.hpp.

◆ SBF_VELCOVGEODETIC_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_VELCOVGEODETIC_MSGID = 5908
staticconstexpr

SBF-VELCOVGEODETIC message ID.

Definition at line 244 of file sbf.hpp.

◆ SBF_VELCOVGEODETIC_STRID

const char* fpsdk::common::parser::sbf::SBF_VELCOVGEODETIC_STRID = "SBF-VELCOVGEODETIC"
staticconstexpr

SBF-VELCOVGEODETIC message name.

Definition at line 245 of file sbf.hpp.

◆ SBF_DOP_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_DOP_MSGID = 4001
staticconstexpr

SBF-DOP message ID.

Definition at line 246 of file sbf.hpp.

◆ SBF_DOP_STRID

const char* fpsdk::common::parser::sbf::SBF_DOP_STRID = "SBF-DOP"
staticconstexpr

SBF-DOP message name.

Definition at line 247 of file sbf.hpp.

◆ SBF_BASEVECTORCART_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BASEVECTORCART_MSGID = 4043
staticconstexpr

SBF-BASEVECTORCART message ID.

Definition at line 248 of file sbf.hpp.

◆ SBF_BASEVECTORCART_STRID

const char* fpsdk::common::parser::sbf::SBF_BASEVECTORCART_STRID = "SBF-BASEVECTORCART"
staticconstexpr

SBF-BASEVECTORCART message name.

Definition at line 249 of file sbf.hpp.

◆ SBF_BASEVECTORGEOD_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BASEVECTORGEOD_MSGID = 4028
staticconstexpr

SBF-BASEVECTORGEOD message ID.

Definition at line 250 of file sbf.hpp.

◆ SBF_BASEVECTORGEOD_STRID

const char* fpsdk::common::parser::sbf::SBF_BASEVECTORGEOD_STRID = "SBF-BASEVECTORGEOD"
staticconstexpr

SBF-BASEVECTORGEOD message name.

Definition at line 251 of file sbf.hpp.

◆ SBF_PVTSUPPORT_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_PVTSUPPORT_MSGID = 4076
staticconstexpr

SBF-PVTSUPPORT message ID.

Definition at line 252 of file sbf.hpp.

◆ SBF_PVTSUPPORT_STRID

const char* fpsdk::common::parser::sbf::SBF_PVTSUPPORT_STRID = "SBF-PVTSUPPORT"
staticconstexpr

SBF-PVTSUPPORT message name.

Definition at line 253 of file sbf.hpp.

◆ SBF_PVTSUPPORTA_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_PVTSUPPORTA_MSGID = 4079
staticconstexpr

SBF-PVTSUPPORTA message ID.

Definition at line 254 of file sbf.hpp.

◆ SBF_PVTSUPPORTA_STRID

const char* fpsdk::common::parser::sbf::SBF_PVTSUPPORTA_STRID = "SBF-PVTSUPPORTA"
staticconstexpr

SBF-PVTSUPPORTA message name.

Definition at line 255 of file sbf.hpp.

◆ SBF_ENDOFPVT_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_ENDOFPVT_MSGID = 5921
staticconstexpr

SBF-ENDOFPVT message ID.

Definition at line 256 of file sbf.hpp.

◆ SBF_ENDOFPVT_STRID

const char* fpsdk::common::parser::sbf::SBF_ENDOFPVT_STRID = "SBF-ENDOFPVT"
staticconstexpr

SBF-ENDOFPVT message name.

Definition at line 257 of file sbf.hpp.

◆ SBF_NAVCART_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_NAVCART_MSGID = 4272
staticconstexpr

SBF-NAVCART message ID.

Definition at line 258 of file sbf.hpp.

◆ SBF_NAVCART_STRID

const char* fpsdk::common::parser::sbf::SBF_NAVCART_STRID = "SBF-NAVCART"
staticconstexpr

SBF-NAVCART message name.

Definition at line 259 of file sbf.hpp.

◆ SBF_ATTEULER_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_ATTEULER_MSGID = 5938
staticconstexpr

SBF-ATTEULER message ID.

Definition at line 260 of file sbf.hpp.

◆ SBF_ATTEULER_STRID

const char* fpsdk::common::parser::sbf::SBF_ATTEULER_STRID = "SBF-ATTEULER"
staticconstexpr

SBF-ATTEULER message name.

Definition at line 261 of file sbf.hpp.

◆ SBF_ATTCOVEULER_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_ATTCOVEULER_MSGID = 5939
staticconstexpr

SBF-ATTCOVEULER message ID.

Definition at line 262 of file sbf.hpp.

◆ SBF_ATTCOVEULER_STRID

const char* fpsdk::common::parser::sbf::SBF_ATTCOVEULER_STRID = "SBF-ATTCOVEULER"
staticconstexpr

SBF-ATTCOVEULER message name.

Definition at line 263 of file sbf.hpp.

◆ SBF_AUXANTPOSITIONS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_AUXANTPOSITIONS_MSGID = 5942
staticconstexpr

SBF-AUXANTPOSITIONS message ID.

Definition at line 264 of file sbf.hpp.

◆ SBF_AUXANTPOSITIONS_STRID

const char* fpsdk::common::parser::sbf::SBF_AUXANTPOSITIONS_STRID = "SBF-AUXANTPOSITIONS"
staticconstexpr

SBF-AUXANTPOSITIONS message name.

Definition at line 265 of file sbf.hpp.

◆ SBF_ENDOFATT_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_ENDOFATT_MSGID = 5943
staticconstexpr

SBF-ENDOFATT message ID.

Definition at line 266 of file sbf.hpp.

◆ SBF_ENDOFATT_STRID

const char* fpsdk::common::parser::sbf::SBF_ENDOFATT_STRID = "SBF-ENDOFATT"
staticconstexpr

SBF-ENDOFATT message name.

Definition at line 267 of file sbf.hpp.

◆ SBF_RECEIVERTIME_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_RECEIVERTIME_MSGID = 5914
staticconstexpr

SBF-RECEIVERTIME message ID.

Definition at line 268 of file sbf.hpp.

◆ SBF_RECEIVERTIME_STRID

const char* fpsdk::common::parser::sbf::SBF_RECEIVERTIME_STRID = "SBF-RECEIVERTIME"
staticconstexpr

SBF-RECEIVERTIME message name.

Definition at line 269 of file sbf.hpp.

◆ SBF_XPPSOFFSET_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_XPPSOFFSET_MSGID = 5911
staticconstexpr

SBF-XPPSOFFSET message ID.

Definition at line 270 of file sbf.hpp.

◆ SBF_XPPSOFFSET_STRID

const char* fpsdk::common::parser::sbf::SBF_XPPSOFFSET_STRID = "SBF-XPPSOFFSET"
staticconstexpr

SBF-XPPSOFFSET message name.

Definition at line 271 of file sbf.hpp.

◆ SBF_EXTEVENT_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_EXTEVENT_MSGID = 5924
staticconstexpr

SBF-EXTEVENT message ID.

Definition at line 272 of file sbf.hpp.

◆ SBF_EXTEVENT_STRID

const char* fpsdk::common::parser::sbf::SBF_EXTEVENT_STRID = "SBF-EXTEVENT"
staticconstexpr

SBF-EXTEVENT message name.

Definition at line 273 of file sbf.hpp.

◆ SBF_EXTEVENTPVTCARTESIAN_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_EXTEVENTPVTCARTESIAN_MSGID = 4037
staticconstexpr

SBF-EXTEVENTPVTCARTESIAN message ID.

Definition at line 274 of file sbf.hpp.

◆ SBF_EXTEVENTPVTCARTESIAN_STRID

const char* fpsdk::common::parser::sbf::SBF_EXTEVENTPVTCARTESIAN_STRID = "SBF-EXTEVENTPVTCARTESIAN"
staticconstexpr

SBF-EXTEVENTPVTCARTESIAN message name.

Definition at line 275 of file sbf.hpp.

◆ SBF_EXTEVENTPVTGEODETIC_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_EXTEVENTPVTGEODETIC_MSGID = 4038
staticconstexpr

SBF-EXTEVENTPVTGEODETIC message ID.

Definition at line 276 of file sbf.hpp.

◆ SBF_EXTEVENTPVTGEODETIC_STRID

const char* fpsdk::common::parser::sbf::SBF_EXTEVENTPVTGEODETIC_STRID = "SBF-EXTEVENTPVTGEODETIC"
staticconstexpr

SBF-EXTEVENTPVTGEODETIC message name.

Definition at line 277 of file sbf.hpp.

◆ SBF_EXTEVENTBASEVECTGEOD_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_EXTEVENTBASEVECTGEOD_MSGID = 4217
staticconstexpr

SBF-EXTEVENTBASEVECTGEOD message ID.

Definition at line 278 of file sbf.hpp.

◆ SBF_EXTEVENTBASEVECTGEOD_STRID

const char* fpsdk::common::parser::sbf::SBF_EXTEVENTBASEVECTGEOD_STRID = "SBF-EXTEVENTBASEVECTGEOD"
staticconstexpr

SBF-EXTEVENTBASEVECTGEOD message name.

Definition at line 279 of file sbf.hpp.

◆ SBF_EXTEVENTATTEULER_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_EXTEVENTATTEULER_MSGID = 4237
staticconstexpr

SBF-EXTEVENTATTEULER message ID.

Definition at line 280 of file sbf.hpp.

◆ SBF_EXTEVENTATTEULER_STRID

const char* fpsdk::common::parser::sbf::SBF_EXTEVENTATTEULER_STRID = "SBF-EXTEVENTATTEULER"
staticconstexpr

SBF-EXTEVENTATTEULER message name.

Definition at line 281 of file sbf.hpp.

◆ SBF_DIFFCORRIN_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_DIFFCORRIN_MSGID = 5919
staticconstexpr

SBF-DIFFCORRIN message ID.

Definition at line 282 of file sbf.hpp.

◆ SBF_DIFFCORRIN_STRID

const char* fpsdk::common::parser::sbf::SBF_DIFFCORRIN_STRID = "SBF-DIFFCORRIN"
staticconstexpr

SBF-DIFFCORRIN message name.

Definition at line 283 of file sbf.hpp.

◆ SBF_BASESTATION_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BASESTATION_MSGID = 5949
staticconstexpr

SBF-BASESTATION message ID.

Definition at line 284 of file sbf.hpp.

◆ SBF_BASESTATION_STRID

const char* fpsdk::common::parser::sbf::SBF_BASESTATION_STRID = "SBF-BASESTATION"
staticconstexpr

SBF-BASESTATION message name.

Definition at line 285 of file sbf.hpp.

◆ SBF_LBANDTRACKERSTATUS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_LBANDTRACKERSTATUS_MSGID = 4201
staticconstexpr

SBF-LBANDTRACKERSTATUS message ID.

Definition at line 286 of file sbf.hpp.

◆ SBF_LBANDTRACKERSTATUS_STRID

const char* fpsdk::common::parser::sbf::SBF_LBANDTRACKERSTATUS_STRID = "SBF-LBANDTRACKERSTATUS"
staticconstexpr

SBF-LBANDTRACKERSTATUS message name.

Definition at line 287 of file sbf.hpp.

◆ SBF_LBANDRAW_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_LBANDRAW_MSGID = 4212
staticconstexpr

SBF-LBANDRAW message ID.

Definition at line 288 of file sbf.hpp.

◆ SBF_LBANDRAW_STRID

const char* fpsdk::common::parser::sbf::SBF_LBANDRAW_STRID = "SBF-LBANDRAW"
staticconstexpr

SBF-LBANDRAW message name.

Definition at line 289 of file sbf.hpp.

◆ SBF_CHANNELSTATUS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_CHANNELSTATUS_MSGID = 4013
staticconstexpr

SBF-CHANNELSTATUS message ID.

Definition at line 290 of file sbf.hpp.

◆ SBF_CHANNELSTATUS_STRID

const char* fpsdk::common::parser::sbf::SBF_CHANNELSTATUS_STRID = "SBF-CHANNELSTATUS"
staticconstexpr

SBF-CHANNELSTATUS message name.

Definition at line 291 of file sbf.hpp.

◆ SBF_RECEIVERSTATUS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_RECEIVERSTATUS_MSGID = 4014
staticconstexpr

SBF-RECEIVERSTATUS message ID.

Definition at line 292 of file sbf.hpp.

◆ SBF_RECEIVERSTATUS_STRID

const char* fpsdk::common::parser::sbf::SBF_RECEIVERSTATUS_STRID = "SBF-RECEIVERSTATUS"
staticconstexpr

SBF-RECEIVERSTATUS message name.

Definition at line 293 of file sbf.hpp.

◆ SBF_SATVISIBILITY_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_SATVISIBILITY_MSGID = 4012
staticconstexpr

SBF-SATVISIBILITY message ID.

Definition at line 294 of file sbf.hpp.

◆ SBF_SATVISIBILITY_STRID

const char* fpsdk::common::parser::sbf::SBF_SATVISIBILITY_STRID = "SBF-SATVISIBILITY"
staticconstexpr

SBF-SATVISIBILITY message name.

Definition at line 295 of file sbf.hpp.

◆ SBF_INPUTLINK_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_INPUTLINK_MSGID = 4090
staticconstexpr

SBF-INPUTLINK message ID.

Definition at line 296 of file sbf.hpp.

◆ SBF_INPUTLINK_STRID

const char* fpsdk::common::parser::sbf::SBF_INPUTLINK_STRID = "SBF-INPUTLINK"
staticconstexpr

SBF-INPUTLINK message name.

Definition at line 297 of file sbf.hpp.

◆ SBF_OUTPUTLINK_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_OUTPUTLINK_MSGID = 4091
staticconstexpr

SBF-OUTPUTLINK message ID.

Definition at line 298 of file sbf.hpp.

◆ SBF_OUTPUTLINK_STRID

const char* fpsdk::common::parser::sbf::SBF_OUTPUTLINK_STRID = "SBF-OUTPUTLINK"
staticconstexpr

SBF-OUTPUTLINK message name.

Definition at line 299 of file sbf.hpp.

◆ SBF_QUALITYIND_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_QUALITYIND_MSGID = 4082
staticconstexpr

SBF-QUALITYIND message ID.

Definition at line 300 of file sbf.hpp.

◆ SBF_QUALITYIND_STRID

const char* fpsdk::common::parser::sbf::SBF_QUALITYIND_STRID = "SBF-QUALITYIND"
staticconstexpr

SBF-QUALITYIND message name.

Definition at line 301 of file sbf.hpp.

◆ SBF_DISKSTATUS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_DISKSTATUS_MSGID = 4059
staticconstexpr

SBF-DISKSTATUS message ID.

Definition at line 302 of file sbf.hpp.

◆ SBF_DISKSTATUS_STRID

const char* fpsdk::common::parser::sbf::SBF_DISKSTATUS_STRID = "SBF-DISKSTATUS"
staticconstexpr

SBF-DISKSTATUS message name.

Definition at line 303 of file sbf.hpp.

◆ SBF_RFSTATUS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_RFSTATUS_MSGID = 4092
staticconstexpr

SBF-RFSTATUS message ID.

Definition at line 304 of file sbf.hpp.

◆ SBF_RFSTATUS_STRID

const char* fpsdk::common::parser::sbf::SBF_RFSTATUS_STRID = "SBF-RFSTATUS"
staticconstexpr

SBF-RFSTATUS message name.

Definition at line 305 of file sbf.hpp.

◆ SBF_GALAUTHSTATUS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_GALAUTHSTATUS_MSGID = 4245
staticconstexpr

SBF-GALAUTHSTATUS message ID.

Definition at line 306 of file sbf.hpp.

◆ SBF_GALAUTHSTATUS_STRID

const char* fpsdk::common::parser::sbf::SBF_GALAUTHSTATUS_STRID = "SBF-GALAUTHSTATUS"
staticconstexpr

SBF-GALAUTHSTATUS message name.

Definition at line 307 of file sbf.hpp.

◆ SBF_RECEIVERSETUP_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_RECEIVERSETUP_MSGID = 5902
staticconstexpr

SBF-RECEIVERSETUP message ID.

Definition at line 308 of file sbf.hpp.

◆ SBF_RECEIVERSETUP_STRID

const char* fpsdk::common::parser::sbf::SBF_RECEIVERSETUP_STRID = "SBF-RECEIVERSETUP"
staticconstexpr

SBF-RECEIVERSETUP message name.

Definition at line 309 of file sbf.hpp.

◆ SBF_RXMESSAGE_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_RXMESSAGE_MSGID = 4103
staticconstexpr

SBF-RXMESSAGE message ID.

Definition at line 310 of file sbf.hpp.

◆ SBF_RXMESSAGE_STRID

const char* fpsdk::common::parser::sbf::SBF_RXMESSAGE_STRID = "SBF-RXMESSAGE"
staticconstexpr

SBF-RXMESSAGE message name.

Definition at line 311 of file sbf.hpp.

◆ SBF_COMMANDS_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_COMMANDS_MSGID = 4015
staticconstexpr

SBF-COMMANDS message ID.

Definition at line 312 of file sbf.hpp.

◆ SBF_COMMANDS_STRID

const char* fpsdk::common::parser::sbf::SBF_COMMANDS_STRID = "SBF-COMMANDS"
staticconstexpr

SBF-COMMANDS message name.

Definition at line 313 of file sbf.hpp.

◆ SBF_COMMENT_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_COMMENT_MSGID = 5936
staticconstexpr

SBF-COMMENT message ID.

Definition at line 314 of file sbf.hpp.

◆ SBF_COMMENT_STRID

const char* fpsdk::common::parser::sbf::SBF_COMMENT_STRID = "SBF-COMMENT"
staticconstexpr

SBF-COMMENT message name.

Definition at line 315 of file sbf.hpp.

◆ SBF_BBSAMPLES_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_BBSAMPLES_MSGID = 4040
staticconstexpr

SBF-BBSAMPLES message ID.

Definition at line 316 of file sbf.hpp.

◆ SBF_BBSAMPLES_STRID

const char* fpsdk::common::parser::sbf::SBF_BBSAMPLES_STRID = "SBF-BBSAMPLES"
staticconstexpr

SBF-BBSAMPLES message name.

Definition at line 317 of file sbf.hpp.

◆ SBF_ASCIIIN_MSGID

uint16_t fpsdk::common::parser::sbf::SBF_ASCIIIN_MSGID = 4075
staticconstexpr

SBF-ASCIIIN message ID.

Definition at line 318 of file sbf.hpp.

◆ SBF_ASCIIIN_STRID

const char* fpsdk::common::parser::sbf::SBF_ASCIIIN_STRID = "SBF-ASCIIIN"
staticconstexpr

SBF-ASCIIIN message name.

Definition at line 319 of file sbf.hpp.