#include <msp_msg.hpp>
Public Member Functions | |
void | decode (const std::vector< uint8_t > &data) |
ID | id () const |
Public Attributes | |
std::array< int16_t, 3 > | acc |
std::array< int16_t, 3 > | gyro |
std::array< int16_t, 3 > | magn |
Definition at line 340 of file msp_msg.hpp.
void msp::msg::ImuRaw::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 347 of file msp_msg.hpp.
ID msp::msg::ImuRaw::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 341 of file msp_msg.hpp.
std::array<int16_t, 3> msp::msg::ImuRaw::acc |
Definition at line 343 of file msp_msg.hpp.
std::array<int16_t, 3> msp::msg::ImuRaw::gyro |
Definition at line 344 of file msp_msg.hpp.
std::array<int16_t, 3> msp::msg::ImuRaw::magn |
Definition at line 345 of file msp_msg.hpp.