#include <msp_msg.hpp>

Public Member Functions | |
| void | decode (const std::vector< uint8_t > &data) |
| ID | id () const |
Public Attributes | |
| std::vector< uint8_t > | map |
Definition at line 216 of file msp_msg.hpp.
| void msp::msg::RxMap::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 221 of file msp_msg.hpp.
| ID msp::msg::RxMap::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 217 of file msp_msg.hpp.
| std::vector<uint8_t> msp::msg::RxMap::map |
Definition at line 219 of file msp_msg.hpp.