sbp-4.15.0: SwiftNav's SBP Library
CopyrightCopyright (C) 2015-2021 Swift Navigation Inc.
LicenseMIT
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

SwiftNav.SBP.Telemetry

Description

< Telemetry messages reported by Starling engine. The messages include various byproducts of state estimation and other logic across Starling and are aimed at efficient issue diagnostics. >

Synopsis

Documentation

data TelemetrySV Source #

Constructors

TelemetrySV 

Fields

data MsgTelSv Source #

SBP class for message MSG_TEL_SV (0x0120).

This message includes telemetry pertinent to satellite signals available to Starling.

Constructors

MsgTelSv 

Fields

Instances

Instances details
FromJSON MsgTelSv Source # 
Instance details

Defined in SwiftNav.SBP.Telemetry

ToJSON MsgTelSv Source # 
Instance details

Defined in SwiftNav.SBP.Telemetry

Read MsgTelSv Source # 
Instance details

Defined in SwiftNav.SBP.Telemetry

Show MsgTelSv Source # 
Instance details

Defined in SwiftNav.SBP.Telemetry

Binary MsgTelSv Source # 
Instance details

Defined in SwiftNav.SBP.Telemetry

Methods

put :: MsgTelSv -> Put #

get :: Get MsgTelSv #

putList :: [MsgTelSv] -> Put #

Eq MsgTelSv Source # 
Instance details

Defined in SwiftNav.SBP.Telemetry

ToSBP MsgTelSv Source # 
Instance details

Defined in SwiftNav.SBP.Telemetry

Methods

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