| Copyright | Copyright (C) 2015 Swift Navigation Inc. |
|---|---|
| License | LGPL-3 |
| Maintainer | Swift Navigation <dev@swiftnav.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Data.RTCM3.Types
Contents
Description
Common RTCMv3 type requirements, containers, and serialization utilities.
Documentation
Constructors
| Msg | |
Fields
| |
Constructors
| Bytes | |
Fields | |
class Binary a => ToRTCM3 a where Source #
Instances
Minimal complete definition
Methods
msgRTCM3Crc :: Lens' c Word24 Source #
msgRTCM3Len :: Lens' c Word16 Source #
msgRTCM3Payload :: Lens' c Bytes Source #
checkNum :: ByteString -> Word16 Source #
msgRTCM3Num :: HasMsg m => m -> Word16 Source #