rtcm-0.2.36: Haskell bindings for RTCM.

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

Data.RTCM3.Ephemerides

Description

RTCMv3 Ephemerides messages

Synopsis

Documentation

data GpsEphemerisHeader Source #

GpsEphemerisHeader.

GPS and Glonass Ephemeris header.

Constructors

GpsEphemerisHeader 

Fields

data GpsEphemeris Source #

Constructors

GpsEphemeris 

Fields

data GlonassEphemerisHeader Source #

Constructors

GlonassEphemerisHeader 

Fields

data GlonassEphemeris Source #

Constructors

GlonassEphemeris 

Fields

data Msg1019 Source #

Msg 1019.

RTCMv3 message 1019.

See RTCM spec and GPS SPS Signal Specification, 2.4.3, for more information about these fields.

Constructors

Msg1019 

Fields

Instances
Eq Msg1019 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Methods

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

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

Read Msg1019 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Show Msg1019 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

ToJSON Msg1019 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

FromJSON Msg1019 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Binary Msg1019 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Methods

put :: Msg1019 -> Put #

get :: Get Msg1019 #

putList :: [Msg1019] -> Put #

ToRTCM3 Msg1019 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Methods

toRTCM3 :: Msg1019 -> Msg Source #

data Msg1020 Source #

Message 1020

RTCMv3 message 1020.

See RTCM spec and GLONASS signal specification for more information about these fields.

Constructors

Msg1020 

Fields

Instances
Eq Msg1020 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Methods

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

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

Read Msg1020 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Show Msg1020 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

ToJSON Msg1020 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

FromJSON Msg1020 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Binary Msg1020 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Methods

put :: Msg1020 -> Put #

get :: Get Msg1020 #

putList :: [Msg1020] -> Put #

ToRTCM3 Msg1020 Source # 
Instance details

Defined in Data.RTCM3.Ephemerides

Methods

toRTCM3 :: Msg1020 -> Msg Source #