| Copyright | Copyright (C) 2015-2018 Swift Navigation Inc. |
|---|---|
| License | LGPL-3 |
| Maintainer | Swift Navigation <dev@swiftnav.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
SwiftNav.SBP.Sbas
Description
SBAS data
Synopsis
Documentation
data MsgSbasRaw #
SBP class for message MSG_SBAS_RAW (0x7777).
This message is sent once per second per SBAS satellite. ME checks the parity of the data block and sends only blocks that pass the check.
Constructors
| MsgSbasRaw | |
Fields
| |
Instances
| Eq MsgSbasRaw # | |
Defined in SwiftNav.SBP.Sbas | |
| Read MsgSbasRaw # | |
Defined in SwiftNav.SBP.Sbas Methods readsPrec :: Int -> ReadS MsgSbasRaw # readList :: ReadS [MsgSbasRaw] # readPrec :: ReadPrec MsgSbasRaw # readListPrec :: ReadPrec [MsgSbasRaw] # | |
| Show MsgSbasRaw # | |
Defined in SwiftNav.SBP.Sbas Methods showsPrec :: Int -> MsgSbasRaw -> ShowS # show :: MsgSbasRaw -> String # showList :: [MsgSbasRaw] -> ShowS # | |
| ToJSON MsgSbasRaw # | |
Defined in SwiftNav.SBP.Sbas Methods toJSON :: MsgSbasRaw -> Value # toEncoding :: MsgSbasRaw -> Encoding # toJSONList :: [MsgSbasRaw] -> Value # toEncodingList :: [MsgSbasRaw] -> Encoding # | |
| FromJSON MsgSbasRaw # | |
Defined in SwiftNav.SBP.Sbas | |
| Binary MsgSbasRaw # | |
Defined in SwiftNav.SBP.Sbas | |
| ToSBP MsgSbasRaw # | |
Defined in SwiftNav.SBP.Sbas Methods toSBP :: MsgSbasRaw -> Word16 -> Msg # | |
msgSbasRaw :: Word16 #
msgSbasRaw_data :: Lens' MsgSbasRaw [Word8] #