sbp-0.50.7: SwiftNav's SBP Library

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

SwiftNav.SBP.Acquisition

Description

Satellite acquisition messages from the device.

Synopsis

Documentation

data MsgAcqResult Source

SBP class for message MSG_ACQ_RESULT (0x0014).

This message describes the results from an attempted GPS signal acquisition search for a satellite PRN over a code phase/carrier frequency range. It contains the parameters of the point in the acquisition search space with the best signal-to-noise (SNR) ratio.

Constructors

MsgAcqResult 

Fields

msgAcqResult_snr :: Float

SNR of best point. Currently dimensonless, but will have units of dB Hz in the revision of this message.

msgAcqResult_cp :: Float

Code phase of best point

msgAcqResult_cf :: Float

Carrier frequency of best point

msgAcqResult_sid :: Word32

Signal identifier of the satellite signal for which acquisition was attempted - values 0x00 through 0x1F represent GPS PRNs 1 through 32 respectively (PRN-1 notation); other values reserved for future use.

data MsgAcqResultDepA Source

SBP class for message MSG_ACQ_RESULT_DEP_A (0x0015).

Deprecated.

Constructors

MsgAcqResultDepA 

Fields

msgAcqResultDepA_snr :: Float

SNR of best point. Currently dimensonless, but will have units of dB Hz in the revision of this message.

msgAcqResultDepA_cp :: Float

Code phase of best point

msgAcqResultDepA_cf :: Float

Carrier frequency of best point

msgAcqResultDepA_prn :: Word8

PRN-1 identifier of the satellite signal for which acquisition was attempted