#include <msp_msg.hpp>

Public Member Functions | |
| void | decode (const std::vector< uint8_t > &data) |
| ID | id () const |
Public Attributes | |
| float | ang_x |
| float | ang_y |
| int16_t | heading |
Definition at line 461 of file msp_msg.hpp.
| void msp::msg::Attitude::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 468 of file msp_msg.hpp.
| ID msp::msg::Attitude::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 462 of file msp_msg.hpp.
Definition at line 464 of file msp_msg.hpp.
Definition at line 465 of file msp_msg.hpp.
| int16_t msp::msg::Attitude::heading |
Definition at line 466 of file msp_msg.hpp.