sbp-2.3.17: SwiftNav's SBP Library

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

SwiftNav.SBP.Imu

Description

Inertial Measurement Unit (IMU) messages.

Synopsis

Documentation

data MsgImuRaw #

SBP class for message MSG_IMU_RAW (0x0900).

Raw data from the Inertial Measurement Unit, containing accelerometer and gyroscope readings. The sense of the measurements are to be aligned with the indications on the device itself.

Constructors

MsgImuRaw 

Fields

Instances
Eq MsgImuRaw # 
Instance details

Defined in SwiftNav.SBP.Imu

Read MsgImuRaw # 
Instance details

Defined in SwiftNav.SBP.Imu

Show MsgImuRaw # 
Instance details

Defined in SwiftNav.SBP.Imu

ToJSON MsgImuRaw # 
Instance details

Defined in SwiftNav.SBP.Imu

FromJSON MsgImuRaw # 
Instance details

Defined in SwiftNav.SBP.Imu

Binary MsgImuRaw # 
Instance details

Defined in SwiftNav.SBP.Imu

ToSBP MsgImuRaw # 
Instance details

Defined in SwiftNav.SBP.Imu

Methods

toSBP :: MsgImuRaw -> Word16 -> Msg #

data MsgImuAux #

SBP class for message MSG_IMU_AUX (0x0901).

Auxiliary data specific to a particular IMU. The imu_type field will always be consistent but the rest of the payload is device specific and depends on the value of imu_type.

Constructors

MsgImuAux 

Fields

Instances
Eq MsgImuAux # 
Instance details

Defined in SwiftNav.SBP.Imu

Read MsgImuAux # 
Instance details

Defined in SwiftNav.SBP.Imu

Show MsgImuAux # 
Instance details

Defined in SwiftNav.SBP.Imu

ToJSON MsgImuAux # 
Instance details

Defined in SwiftNav.SBP.Imu

FromJSON MsgImuAux # 
Instance details

Defined in SwiftNav.SBP.Imu

Binary MsgImuAux # 
Instance details

Defined in SwiftNav.SBP.Imu

ToSBP MsgImuAux # 
Instance details

Defined in SwiftNav.SBP.Imu

Methods

toSBP :: MsgImuAux -> Word16 -> Msg #