sbp-2.6.3: SwiftNav's SBP Library

CopyrightCopyright (C) 2015-2018 Swift Navigation Inc.
LicenseLGPL-3
MaintainerSwift Navigation <dev@swiftnav.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

SwiftNav.SBP.Observation

Description

Satellite observation messages from the device.

Synopsis

Documentation

data ObservationHeader Source #

ObservationHeader.

Header of a GNSS observation message.

Constructors

ObservationHeader 

Fields

data Doppler Source #

Doppler.

Doppler measurement in Hz represented as a 24-bit fixed point number with Q16.8 layout, i.e. 16-bits of whole doppler and 8-bits of fractional doppler. This doppler is defined as positive for approaching satellites.

Constructors

Doppler 

Fields

data PackedObsContent Source #

PackedObsContent.

Pseudorange and carrier phase observation for a satellite being tracked. The observations are interoperable with 3rd party receivers and conform with typical RTCM 3.1 message GPS/GLO observations. Carrier phase observations are not guaranteed to be aligned to the RINEX 3 or RTCM 3.3 MSM reference signal and no 1/4 cycle adjustments are currently peformed.

Constructors

PackedObsContent 

Fields

data PackedOsrContent Source #

PackedOsrContent.

Pseudorange and carrier phase network corrections for a satellite signal.

Constructors

PackedOsrContent 

Fields

data MsgObs Source #

SBP class for message MSG_OBS (0x004A).

The GPS observations message reports all the raw pseudorange and carrier phase observations for the satellites being tracked by the device. Carrier phase observation here is represented as a 40-bit fixed point number with Q32.8 layout (i.e. 32-bits of whole cycles and 8-bits of fractional cycles). The observations are be interoperable with 3rd party receivers and conform with typical RTCMv3 GNSS observations.

Constructors

MsgObs 

Fields

Instances
Eq MsgObs Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Methods

(==) :: MsgObs -> MsgObs -> Bool #

(/=) :: MsgObs -> MsgObs -> Bool #

Read MsgObs Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgObs Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgObs Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgObs Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgObs Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Methods

put :: MsgObs -> Put #

get :: Get MsgObs #

putList :: [MsgObs] -> Put #

ToSBP MsgObs Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Methods

toSBP :: MsgObs -> Word16 -> Msg Source #

data MsgBasePosLlh Source #

SBP class for message MSG_BASE_POS_LLH (0x0044).

The base station position message is the position reported by the base station itself. It is used for pseudo-absolute RTK positioning, and is required to be a high-accuracy surveyed location of the base station. Any error here will result in an error in the pseudo-absolute position output.

data MsgBasePosEcef Source #

SBP class for message MSG_BASE_POS_ECEF (0x0048).

The base station position message is the position reported by the base station itself in absolute Earth Centered Earth Fixed coordinates. It is used for pseudo-absolute RTK positioning, and is required to be a high- accuracy surveyed location of the base station. Any error here will result in an error in the pseudo-absolute position output.

Constructors

MsgBasePosEcef 

Fields

data EphemerisCommonContent Source #

Constructors

EphemerisCommonContent 

Fields

data EphemerisCommonContentDepB Source #

Constructors

EphemerisCommonContentDepB 

Fields

Instances
Eq EphemerisCommonContentDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read EphemerisCommonContentDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show EphemerisCommonContentDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON EphemerisCommonContentDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON EphemerisCommonContentDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary EphemerisCommonContentDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data EphemerisCommonContentDepA Source #

Constructors

EphemerisCommonContentDepA 

Fields

Instances
Eq EphemerisCommonContentDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read EphemerisCommonContentDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show EphemerisCommonContentDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON EphemerisCommonContentDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON EphemerisCommonContentDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary EphemerisCommonContentDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisGpsDepE Source #

SBP class for message MSG_EPHEMERIS_GPS_DEP_E (0x0081).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate GPS satellite position, velocity, and clock offset. Please see the Navstar GPS Space Segment/Navigation user interfaces (ICD-GPS-200, Table 20-III) for more details.

Constructors

MsgEphemerisGpsDepE 

Fields

Instances
Eq MsgEphemerisGpsDepE Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisGpsDepE Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisGpsDepE Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisGpsDepE Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisGpsDepE Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisGpsDepE Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisGpsDepE Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisGpsDepF Source #

SBP class for message MSG_EPHEMERIS_GPS_DEP_F (0x0086).

This observation message has been deprecated in favor of ephemeris message using floats for size reduction.

Constructors

MsgEphemerisGpsDepF 

Fields

Instances
Eq MsgEphemerisGpsDepF Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisGpsDepF Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisGpsDepF Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisGpsDepF Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisGpsDepF Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisGpsDepF Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisGpsDepF Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisGps Source #

SBP class for message MSG_EPHEMERIS_GPS (0x008A).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate GPS satellite position, velocity, and clock offset. Please see the Navstar GPS Space Segment/Navigation user interfaces (ICD-GPS-200, Table 20-III) for more details.

Constructors

MsgEphemerisGps 

Fields

data MsgEphemerisQzss Source #

SBP class for message MSG_EPHEMERIS_QZSS (0x008E).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate QZSS satellite position, velocity, and clock offset.

Constructors

MsgEphemerisQzss 

Fields

data MsgEphemerisBds Source #

SBP class for message MSG_EPHEMERIS_BDS (0x0089).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate BDS satellite position, velocity, and clock offset. Please see the BeiDou Navigation Satellite System SIS-ICD Version 2.1, Table 5-9 for more details.

Constructors

MsgEphemerisBds 

Fields

data MsgEphemerisGalDepA Source #

SBP class for message MSG_EPHEMERIS_GAL_DEP_A (0x0095).

This observation message has been deprecated in favor of an ephemeris message with explicit source of NAV data.

Constructors

MsgEphemerisGalDepA 

Fields

Instances
Eq MsgEphemerisGalDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisGalDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisGalDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisGalDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisGalDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisGalDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisGalDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisGal Source #

SBP class for message MSG_EPHEMERIS_GAL (0x008D).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate Galileo satellite position, velocity, and clock offset. Please see the Signal In Space ICD OS SIS ICD, Issue 1.3, December 2016 for more details.

Constructors

MsgEphemerisGal 

Fields

data MsgEphemerisSbasDepA Source #

Constructors

MsgEphemerisSbasDepA 

Fields

Instances
Eq MsgEphemerisSbasDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisSbasDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisSbasDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisSbasDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisSbasDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisSbasDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisSbasDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisGloDepA Source #

SBP class for message MSG_EPHEMERIS_GLO_DEP_A (0x0083).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate GLO satellite position, velocity, and clock offset. Please see the GLO ICD 5.1 "Table 4.5 Characteristics of words of immediate information (ephemeris parameters)" for more details.

Constructors

MsgEphemerisGloDepA 

Fields

Instances
Eq MsgEphemerisGloDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisGloDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisGloDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisGloDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisGloDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisGloDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisGloDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisSbasDepB Source #

SBP class for message MSG_EPHEMERIS_SBAS_DEP_B (0x0084).

This observation message has been deprecated in favor of ephemeris message using floats for size reduction.

Constructors

MsgEphemerisSbasDepB 

Fields

Instances
Eq MsgEphemerisSbasDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisSbasDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisSbasDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisSbasDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisSbasDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisSbasDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisSbasDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisSbas Source #

Constructors

MsgEphemerisSbas 

Fields

data MsgEphemerisGloDepB Source #

SBP class for message MSG_EPHEMERIS_GLO_DEP_B (0x0085).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate GLO satellite position, velocity, and clock offset. Please see the GLO ICD 5.1 "Table 4.5 Characteristics of words of immediate information (ephemeris parameters)" for more details.

Constructors

MsgEphemerisGloDepB 

Fields

Instances
Eq MsgEphemerisGloDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisGloDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisGloDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisGloDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisGloDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisGloDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisGloDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisGloDepC Source #

SBP class for message MSG_EPHEMERIS_GLO_DEP_C (0x0087).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate GLO satellite position, velocity, and clock offset. Please see the GLO ICD 5.1 "Table 4.5 Characteristics of words of immediate information (ephemeris parameters)" for more details.

Constructors

MsgEphemerisGloDepC 

Fields

Instances
Eq MsgEphemerisGloDepC Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisGloDepC Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisGloDepC Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisGloDepC Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisGloDepC Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisGloDepC Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisGloDepC Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisGloDepD Source #

SBP class for message MSG_EPHEMERIS_GLO_DEP_D (0x0088).

This observation message has been deprecated in favor of ephemeris message using floats for size reduction.

Constructors

MsgEphemerisGloDepD 

Fields

Instances
Eq MsgEphemerisGloDepD Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgEphemerisGloDepD Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgEphemerisGloDepD Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgEphemerisGloDepD Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgEphemerisGloDepD Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgEphemerisGloDepD Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgEphemerisGloDepD Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgEphemerisGlo Source #

SBP class for message MSG_EPHEMERIS_GLO (0x008B).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate GLO satellite position, velocity, and clock offset. Please see the GLO ICD 5.1 "Table 4.5 Characteristics of words of immediate information (ephemeris parameters)" for more details.

Constructors

MsgEphemerisGlo 

Fields

data MsgEphemerisDepD Source #

SBP class for message MSG_EPHEMERIS_DEP_D (0x0080).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate GPS satellite position, velocity, and clock offset. Please see the Navstar GPS Space Segment/Navigation user interfaces (ICD-GPS-200, Table 20-III) for more details.

Constructors

MsgEphemerisDepD 

Fields

data MsgEphemerisDepA Source #

SBP class for message MSG_EPHEMERIS_DEP_A (0x001A).

Deprecated.

Constructors

MsgEphemerisDepA 

Fields

data MsgEphemerisDepB Source #

SBP class for message MSG_EPHEMERIS_DEP_B (0x0046).

Deprecated.

Constructors

MsgEphemerisDepB 

Fields

data MsgEphemerisDepC Source #

SBP class for message MSG_EPHEMERIS_DEP_C (0x0047).

The ephemeris message returns a set of satellite orbit parameters that is used to calculate GPS satellite position, velocity, and clock offset. Please see the Navstar GPS Space Segment/Navigation user interfaces (ICD-GPS-200, Table 20-III) for more details.

Constructors

MsgEphemerisDepC 

Fields

data ObservationHeaderDep Source #

ObservationHeaderDep.

Header of a GPS observation message.

Constructors

ObservationHeaderDep 

Fields

data CarrierPhaseDepA Source #

CarrierPhaseDepA.

Carrier phase measurement in cycles represented as a 40-bit fixed point number with Q32.8 layout, i.e. 32-bits of whole cycles and 8-bits of fractional cycles. This has the opposite sign convention than a typical GPS receiver and the phase has the opposite sign as the pseudorange.

Constructors

CarrierPhaseDepA 

Fields

data PackedObsContentDepA Source #

PackedObsContentDepA.

Deprecated.

Constructors

PackedObsContentDepA 

Fields

data PackedObsContentDepB Source #

PackedObsContentDepB.

Pseudorange and carrier phase observation for a satellite being tracked. Pseudoranges are referenced to a nominal pseudorange.

Constructors

PackedObsContentDepB 

Fields

data PackedObsContentDepC Source #

PackedObsContentDepC.

Pseudorange and carrier phase observation for a satellite being tracked. The observations are be interoperable with 3rd party receivers and conform with typical RTCMv3 GNSS observations.

Constructors

PackedObsContentDepC 

Fields

data MsgObsDepA Source #

SBP class for message MSG_OBS_DEP_A (0x0045).

Deprecated.

Constructors

MsgObsDepA 

Fields

data MsgObsDepB Source #

SBP class for message MSG_OBS_DEP_B (0x0043).

This observation message has been deprecated in favor of observations that are more interoperable. This message should be used for observations referenced to a nominal pseudorange which are not interoperable with most 3rd party GNSS receievers or typical RTCMv3 observations.

Constructors

MsgObsDepB 

Fields

data MsgObsDepC Source #

SBP class for message MSG_OBS_DEP_C (0x0049).

The GPS observations message reports all the raw pseudorange and carrier phase observations for the satellites being tracked by the device. Carrier phase observation here is represented as a 40-bit fixed point number with Q32.8 layout (i.e. 32-bits of whole cycles and 8-bits of fractional cycles). The observations are interoperable with 3rd party receivers and conform with typical RTCMv3 GNSS observations.

Constructors

MsgObsDepC 

Fields

data MsgIono Source #

SBP class for message MSG_IONO (0x0090).

The ionospheric parameters which allow the "L1 only" or "L2 only" user to utilize the ionospheric model for computation of the ionospheric delay. Please see ICD-GPS-200 (Chapter 20.3.3.5.1.7) for more details.

Constructors

MsgIono 

Fields

data MsgSvConfigurationGpsDep Source #

SBP class for message MSG_SV_CONFIGURATION_GPS_DEP (0x0091).

Please see ICD-GPS-200 (Chapter 20.3.3.5.1.4) for more details.

Constructors

MsgSvConfigurationGpsDep 

Fields

Instances
Eq MsgSvConfigurationGpsDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgSvConfigurationGpsDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgSvConfigurationGpsDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgSvConfigurationGpsDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgSvConfigurationGpsDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgSvConfigurationGpsDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgSvConfigurationGpsDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data GnssCapb Source #

Constructors

GnssCapb 

Fields

data MsgGnssCapb Source #

Constructors

MsgGnssCapb 

Fields

data MsgGroupDelayDepA Source #

SBP class for message MSG_GROUP_DELAY_DEP_A (0x0092).

Please see ICD-GPS-200 (30.3.3.3.1.1) for more details.

Constructors

MsgGroupDelayDepA 

Fields

Instances
Eq MsgGroupDelayDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgGroupDelayDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgGroupDelayDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgGroupDelayDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgGroupDelayDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgGroupDelayDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgGroupDelayDepA Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgGroupDelayDepB Source #

SBP class for message MSG_GROUP_DELAY_DEP_B (0x0093).

Please see ICD-GPS-200 (30.3.3.3.1.1) for more details.

Constructors

MsgGroupDelayDepB 

Fields

Instances
Eq MsgGroupDelayDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read MsgGroupDelayDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgGroupDelayDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgGroupDelayDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgGroupDelayDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgGroupDelayDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToSBP MsgGroupDelayDepB Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgGroupDelay Source #

SBP class for message MSG_GROUP_DELAY (0x0094).

Please see ICD-GPS-200 (30.3.3.3.1.1) for more details.

Constructors

MsgGroupDelay 

Fields

data AlmanacCommonContent Source #

Constructors

AlmanacCommonContent 

Fields

data AlmanacCommonContentDep Source #

Constructors

AlmanacCommonContentDep 

Fields

Instances
Eq AlmanacCommonContentDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Read AlmanacCommonContentDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show AlmanacCommonContentDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON AlmanacCommonContentDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON AlmanacCommonContentDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary AlmanacCommonContentDep Source # 
Instance details

Defined in SwiftNav.SBP.Observation

data MsgAlmanacGpsDep Source #

SBP class for message MSG_ALMANAC_GPS_DEP (0x0070).

The almanac message returns a set of satellite orbit parameters. Almanac data is not very precise and is considered valid for up to several months. Please see the Navstar GPS Space Segment/Navigation user interfaces (ICD- GPS-200, Chapter 20.3.3.5.1.2 Almanac Data) for more details.

Constructors

MsgAlmanacGpsDep 

Fields

data MsgAlmanacGps Source #

SBP class for message MSG_ALMANAC_GPS (0x0072).

The almanac message returns a set of satellite orbit parameters. Almanac data is not very precise and is considered valid for up to several months. Please see the Navstar GPS Space Segment/Navigation user interfaces (ICD- GPS-200, Chapter 20.3.3.5.1.2 Almanac Data) for more details.

Constructors

MsgAlmanacGps 

Fields

data MsgAlmanacGloDep Source #

SBP class for message MSG_ALMANAC_GLO_DEP (0x0071).

The almanac message returns a set of satellite orbit parameters. Almanac data is not very precise and is considered valid for up to several months. Please see the GLO ICD 5.1 "Chapter 4.5 Non-immediate information and almanac" for details.

Constructors

MsgAlmanacGloDep 

Fields

data MsgAlmanacGlo Source #

SBP class for message MSG_ALMANAC_GLO (0x0073).

The almanac message returns a set of satellite orbit parameters. Almanac data is not very precise and is considered valid for up to several months. Please see the GLO ICD 5.1 "Chapter 4.5 Non-immediate information and almanac" for details.

Constructors

MsgAlmanacGlo 

Fields

data MsgGloBiases Source #

SBP class for message MSG_GLO_BIASES (0x0075).

The GLONASS L1/L2 Code-Phase biases allows to perform GPS+GLONASS integer ambiguity resolution for baselines with mixed receiver types (e.g. receiver of different manufacturers)

Constructors

MsgGloBiases 

Fields

data SvAzEl Source #

SvAzEl.

Satellite azimuth and elevation.

Constructors

SvAzEl 

Fields

Instances
Eq SvAzEl Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Methods

(==) :: SvAzEl -> SvAzEl -> Bool #

(/=) :: SvAzEl -> SvAzEl -> Bool #

Read SvAzEl Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show SvAzEl Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON SvAzEl Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON SvAzEl Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary SvAzEl Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Methods

put :: SvAzEl -> Put #

get :: Get SvAzEl #

putList :: [SvAzEl] -> Put #

data MsgSvAzEl Source #

SBP class for message MSG_SV_AZ_EL (0x0097).

Azimuth and elevation angles of all the visible satellites that the device does have ephemeris or almanac for.

Constructors

MsgSvAzEl 

Fields

data MsgOsr Source #

SBP class for message MSG_OSR (0x0640).

The OSR message contains network corrections in an observation-like format

Constructors

MsgOsr 

Fields

Instances
Eq MsgOsr Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Methods

(==) :: MsgOsr -> MsgOsr -> Bool #

(/=) :: MsgOsr -> MsgOsr -> Bool #

Read MsgOsr Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Show MsgOsr Source # 
Instance details

Defined in SwiftNav.SBP.Observation

ToJSON MsgOsr Source # 
Instance details

Defined in SwiftNav.SBP.Observation

FromJSON MsgOsr Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Binary MsgOsr Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Methods

put :: MsgOsr -> Put #

get :: Get MsgOsr #

putList :: [MsgOsr] -> Put #

ToSBP MsgOsr Source # 
Instance details

Defined in SwiftNav.SBP.Observation

Methods

toSBP :: MsgOsr -> Word16 -> Msg Source #