#include <msp_msg.hpp>

Public Member Functions | |
| void | decode (const std::vector< uint8_t > &data) |
| ID | id () const |
Public Attributes | |
| std::string | msg |
Definition at line 814 of file msp_msg.hpp.
| void msp::msg::DebugMessage::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 819 of file msp_msg.hpp.
| ID msp::msg::DebugMessage::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 815 of file msp_msg.hpp.
| std::string msp::msg::DebugMessage::msg |
Definition at line 817 of file msp_msg.hpp.