Public Member Functions | Public Attributes
msp::msg::RawImu Struct Reference

#include <msp_msg.hpp>

Inheritance diagram for msp::msg::RawImu:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool decode (const ByteVector &data) override
 Decode message contents from a ByteVector.
virtual ID id () const override
 get the ID of the message
virtual std::ostream & print (std::ostream &s) const override
 RawImu (FirmwareVariant v)

Public Attributes

std::array< Value< int16_t >, 3 > acc
std::array< Value< int16_t >, 3 > gyro
std::array< Value< int16_t >, 3 > mag

Detailed Description

Definition at line 2832 of file msp_msg.hpp.


Constructor & Destructor Documentation

Definition at line 2833 of file msp_msg.hpp.


Member Function Documentation

virtual bool msp::msg::RawImu::decode ( const ByteVector ) [inline, override, virtual]

Decode message contents from a ByteVector.

Parameters:
dataSource of data
Returns:
False. Override methods should return true on success

Reimplemented from msp::Message.

Definition at line 2841 of file msp_msg.hpp.

virtual ID msp::msg::RawImu::id ( ) const [inline, override, virtual]

get the ID of the message

Returns:
ID

Implements msp::Message.

Definition at line 2835 of file msp_msg.hpp.

virtual std::ostream& msp::msg::RawImu::print ( std::ostream &  s) const [inline, override, virtual]

Reimplemented from msp::Message.

Definition at line 2855 of file msp_msg.hpp.


Member Data Documentation

std::array<Value<int16_t>, 3> msp::msg::RawImu::acc

Definition at line 2837 of file msp_msg.hpp.

std::array<Value<int16_t>, 3> msp::msg::RawImu::gyro

Definition at line 2838 of file msp_msg.hpp.

std::array<Value<int16_t>, 3> msp::msg::RawImu::mag

Definition at line 2839 of file msp_msg.hpp.


The documentation for this struct was generated from the following file:


msp
Author(s): Christian Rauch
autogenerated on Thu Jun 20 2019 19:40:38