| Copyright | Copyright (C) 2015 Swift Navigation, Inc. |
|---|---|
| License | LGPL-3 |
| Maintainer | Mark Fine <dev@swiftnav.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
SwiftNav.SBP.Logging
Description
Logging and debugging messages from the device.
- msgLog :: Word16
- data MsgLog = MsgLog {}
- msgLog_text :: Lens' MsgLog ByteString
- msgLog_level :: Lens' MsgLog Word8
- msgTweet :: Word16
- data MsgTweet = MsgTweet {}
- msgTweet_tweet :: Iso' MsgTweet ByteString
- msgPrintDep :: Word16
- data MsgPrintDep = MsgPrintDep {}
- msgPrintDep_text :: Iso' MsgPrintDep ByteString
Documentation
SBP class for message MSG_LOG (0x0401).
This message contains a human-readable payload string from the device containing errors, warnings and informational messages at ERROR, WARNING, DEBUG, INFO logging levels.
Constructors
| MsgLog | |
Fields
| |
SBP class for message MSG_TWEET (0x0012).
All the news fit to tweet.
Constructors
| MsgTweet | |
Fields
| |
data MsgPrintDep Source
SBP class for message MSG_PRINT_DEP (0x0010).
Deprecated.
Constructors
| MsgPrintDep | |
Fields
| |