-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | SwiftNav's SBP Library
--   
--   Haskell bindings for Swift Navigation Binary Protocol (SBP), a fast,
--   simple, and minimal binary protocol for communicating with Swift
--   devices. It is the native binary protocol used by the Piksi GPS
--   receiver to transmit solutions, observations, status and debugging
--   messages, as well as receive messages from the host operating system,
--   such as differential corrections and the almanac.
@package sbp
@version 2.3.13


-- | Error detection functions.
module SwiftNav.CRC16

-- | Calculate CCITT 16-bit Cyclical Redundancy Check (CRC16).
crc16 :: ByteString -> Word16


-- | SBP message containers.
module SwiftNav.SBP
