sbp-2.2.3: SwiftNav's SBP Library

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

SwiftNav.SBP.Gnss

Description

Various structs shared between modules

Synopsis

Documentation

data GnssSignal16 Source #

GnssSignal16.

Signal identifier containing constellation, band, and satellite identifier

Constructors

GnssSignal16 

Fields

data GnssSignal Source #

GnssSignal.

Signal identifier containing constellation, band, and satellite identifier

Constructors

GnssSignal 

Fields

data GpsTime Source #

GPSTime.

A wire-appropriate GPS time, defined as the number of milliseconds since beginning of the week on the Saturday/Sunday transition.

Constructors

GpsTime 

Fields

data GpsTimeSec Source #

GPSTimeSec.

A GPS time, defined as the number of seconds since beginning of the week on the Saturday/Sunday transition.

Constructors

GpsTimeSec 

Fields

data GpsTimeNano Source #

GPSTimeNano.

A wire-appropriate receiver clock time, defined as the time since the beginning of the week on the Saturday/Sunday transition. In most cases, observations are epoch aligned so ns field will be 0.

Constructors

GpsTimeNano 

Fields

data CarrierPhase Source #

CarrierPhase.

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 phase has the same sign as the pseudorange.

Constructors

CarrierPhase 

Fields