sbp-0.50.8: SwiftNav's SBP Library

CopyrightCopyright (C) 2015 Swift Navigation, Inc.
LicenseLGPL-3
MaintainerMark Fine <dev@swiftnav.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

SwiftNav.SBP.Logging

Description

Logging and debugging messages from the device. These are in the implementation-defined range (0x0000-0x00FF).

Synopsis

Documentation

data MsgLog Source

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

_msgLog_level :: Word8

Logging level

_msgLog_text :: ByteString

Human-readable string

data MsgTweet Source

SBP class for message MSG_TWEET (0x0012).

All the news fit to tweet.

Constructors

MsgTweet 

Fields

_msgTweet_tweet :: ByteString

Human-readable string

data MsgPrintDep Source

SBP class for message MSG_PRINT_DEP (0x0010).

Deprecated.

Constructors

MsgPrintDep 

Fields

_msgPrintDep_text :: ByteString

Human-readable string