#include <msp_msg.hpp>

Public Member Functions | |
| void | decode (const std::vector< uint8_t > &data) |
| ID | id () const |
Public Attributes | |
| std::vector< uint16_t > | channels |
Definition at line 406 of file msp_msg.hpp.
| void msp::msg::Rc::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 411 of file msp_msg.hpp.
| ID msp::msg::Rc::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 407 of file msp_msg.hpp.
| std::vector<uint16_t> msp::msg::Rc::channels |
Definition at line 409 of file msp_msg.hpp.