rtcm-0.2.16: Haskell bindings for RTCM.

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

Data.RTCM3.Types

Contents

Description

Common RTCMv3 type requirements, containers, and serialization utilities.

Documentation

class Binary a => ToRTCM3 a where Source #

Minimal complete definition

toRTCM3

Methods

toRTCM3 :: a -> Msg Source #

Instances

ToRTCM3 Msg1013 Source # 

Methods

toRTCM3 :: Msg1013 -> Msg Source #

ToRTCM3 Msg1029 Source # 

Methods

toRTCM3 :: Msg1029 -> Msg Source #

ToRTCM3 Msg1057 Source # 

Methods

toRTCM3 :: Msg1057 -> Msg Source #

ToRTCM3 Msg1058 Source # 

Methods

toRTCM3 :: Msg1058 -> Msg Source #

ToRTCM3 Msg1063 Source # 

Methods

toRTCM3 :: Msg1063 -> Msg Source #

ToRTCM3 Msg1064 Source # 

Methods

toRTCM3 :: Msg1064 -> Msg Source #

ToRTCM3 Msg1060 Source # 

Methods

toRTCM3 :: Msg1060 -> Msg Source #

ToRTCM3 Msg1066 Source # 

Methods

toRTCM3 :: Msg1066 -> Msg Source #

ToRTCM3 Msg1059 Source # 

Methods

toRTCM3 :: Msg1059 -> Msg Source #

ToRTCM3 Msg1065 Source # 

Methods

toRTCM3 :: Msg1065 -> Msg Source #

ToRTCM3 Msg1265 Source # 

Methods

toRTCM3 :: Msg1265 -> Msg Source #

ToRTCM3 Msg1266 Source # 

Methods

toRTCM3 :: Msg1266 -> Msg Source #

ToRTCM3 Msg1001 Source # 

Methods

toRTCM3 :: Msg1001 -> Msg Source #

ToRTCM3 Msg1002 Source # 

Methods

toRTCM3 :: Msg1002 -> Msg Source #

ToRTCM3 Msg1003 Source # 

Methods

toRTCM3 :: Msg1003 -> Msg Source #

ToRTCM3 Msg1004 Source # 

Methods

toRTCM3 :: Msg1004 -> Msg Source #

ToRTCM3 Msg1009 Source # 

Methods

toRTCM3 :: Msg1009 -> Msg Source #

ToRTCM3 Msg1010 Source # 

Methods

toRTCM3 :: Msg1010 -> Msg Source #

ToRTCM3 Msg1011 Source # 

Methods

toRTCM3 :: Msg1011 -> Msg Source #

ToRTCM3 Msg1012 Source # 

Methods

toRTCM3 :: Msg1012 -> Msg Source #

ToRTCM3 Msg1230 Source # 

Methods

toRTCM3 :: Msg1230 -> Msg Source #

ToRTCM3 Msg1019 Source # 

Methods

toRTCM3 :: Msg1019 -> Msg Source #

ToRTCM3 Msg1020 Source # 

Methods

toRTCM3 :: Msg1020 -> Msg Source #

ToRTCM3 Msg1005 Source # 

Methods

toRTCM3 :: Msg1005 -> Msg Source #

ToRTCM3 Msg1006 Source # 

Methods

toRTCM3 :: Msg1006 -> Msg Source #

ToRTCM3 Msg1007 Source # 

Methods

toRTCM3 :: Msg1007 -> Msg Source #

ToRTCM3 Msg1008 Source # 

Methods

toRTCM3 :: Msg1008 -> Msg Source #

ToRTCM3 Msg1033 Source # 

Methods

toRTCM3 :: Msg1033 -> Msg Source #

Orphan instances