Copyright | Copyright (C) 2015 Swift Navigation Inc. |
---|---|
License | LGPL-3 |
Maintainer | Swift Navigation <[email protected]> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Data.RTCM3.Types
Contents
Description
Common RTCMv3 type requirements, containers, and serialization utilities.
Documentation
Constructors
Bytes | |
Fields |
Constructors
Msg | |
Fields
|
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 #
class Binary a => ToRTCM3 a where Source #
Minimal complete definition
Instances