| Copyright | Copyright (C) 2015-2018 Swift Navigation Inc. |
|---|---|
| License | LGPL-3 |
| Maintainer | Swift Navigation <dev@swiftnav.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
SwiftNav.SBP.Vehicle
Description
Messages from a vehicle.
Documentation
data MsgOdometry #
SBP class for message MSG_ODOMETRY (0x0903).
Message representing the x component of vehicle velocity in the user frame at the odometry reference point(s) specified by the user. The offset for the odometry reference point and the definition and origin of the user frame are defined through the device settings interface. There are 4 possible user-defined sources of this message which are labeled arbitrarily source 0 through 3.
Constructors
| MsgOdometry | |
Fields
| |
Instances
| Eq MsgOdometry # | |
Defined in SwiftNav.SBP.Vehicle | |
| Read MsgOdometry # | |
Defined in SwiftNav.SBP.Vehicle Methods readsPrec :: Int -> ReadS MsgOdometry # readList :: ReadS [MsgOdometry] # readPrec :: ReadPrec MsgOdometry # readListPrec :: ReadPrec [MsgOdometry] # | |
| Show MsgOdometry # | |
Defined in SwiftNav.SBP.Vehicle Methods showsPrec :: Int -> MsgOdometry -> ShowS # show :: MsgOdometry -> String # showList :: [MsgOdometry] -> ShowS # | |
| ToJSON MsgOdometry # | |
Defined in SwiftNav.SBP.Vehicle Methods toJSON :: MsgOdometry -> Value # toEncoding :: MsgOdometry -> Encoding # toJSONList :: [MsgOdometry] -> Value # toEncodingList :: [MsgOdometry] -> Encoding # | |
| FromJSON MsgOdometry # | |
Defined in SwiftNav.SBP.Vehicle | |
| Binary MsgOdometry # | |
Defined in SwiftNav.SBP.Vehicle | |
| ToSBP MsgOdometry # | |
Defined in SwiftNav.SBP.Vehicle Methods toSBP :: MsgOdometry -> Word16 -> Msg # | |
msgOdometry :: Word16 #