sbp-2.4.6: 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.Ssr

Description

Precise State Space Representation (SSR) corrections format

Synopsis

Documentation

data CodeBiasesContent Source #

CodeBiasesContent.

Code biases are to be added to pseudorange. The corrections are conform with typical RTCMv3 MT1059 and 1065.

Constructors

CodeBiasesContent 

Fields

data PhaseBiasesContent Source #

PhaseBiasesContent.

Phase biases are to be added to carrier phase measurements. The corrections are conform with typical RTCMv3 MT1059 and 1065.

Constructors

PhaseBiasesContent 

Fields

data MsgSsrOrbitClock Source #

SBP class for message MSG_SSR_ORBIT_CLOCK (0x05DD).

The precise orbit and clock correction message is to be applied as a delta correction to broadcast ephemeris and is typically an equivalent to the 1060 and 1066 RTCM message types

Constructors

MsgSsrOrbitClock 

Fields

data MsgSsrOrbitClockDepA Source #

SBP class for message MSG_SSR_ORBIT_CLOCK_DEP_A (0x05DC).

The precise orbit and clock correction message is to be applied as a delta correction to broadcast ephemeris and is typically an equivalent to the 1060 and 1066 RTCM message types

Constructors

MsgSsrOrbitClockDepA 

Fields

Instances
Eq MsgSsrOrbitClockDepA Source # 
Instance details

Defined in SwiftNav.SBP.Ssr

Read MsgSsrOrbitClockDepA Source # 
Instance details

Defined in SwiftNav.SBP.Ssr

Show MsgSsrOrbitClockDepA Source # 
Instance details

Defined in SwiftNav.SBP.Ssr

ToJSON MsgSsrOrbitClockDepA Source # 
Instance details

Defined in SwiftNav.SBP.Ssr

FromJSON MsgSsrOrbitClockDepA Source # 
Instance details

Defined in SwiftNav.SBP.Ssr

Binary MsgSsrOrbitClockDepA Source # 
Instance details

Defined in SwiftNav.SBP.Ssr

ToSBP MsgSsrOrbitClockDepA Source # 
Instance details

Defined in SwiftNav.SBP.Ssr

data MsgSsrCodeBiases Source #

SBP class for message MSG_SSR_CODE_BIASES (0x05E1).

The precise code biases message is to be added to the pseudorange of the corresponding signal to get corrected pseudorange. It is typically an equivalent to the 1059 and 1065 RTCM message types

Constructors

MsgSsrCodeBiases 

Fields

data MsgSsrPhaseBiases Source #

SBP class for message MSG_SSR_PHASE_BIASES (0x05E6).

The precise phase biases message contains the biases to be added to the carrier phase of the corresponding signal to get corrected carrier phase measurement, as well as the satellite yaw angle to be applied to compute the phase wind-up correction. It is typically an equivalent to the 1265 RTCM message types

Constructors

MsgSsrPhaseBiases 

Fields