#include <msp_msg.hpp>
Public Member Functions | |
void | decode (const std::vector< uint8_t > &data) |
ID | id () const |
Public Attributes | |
std::vector< std::string > | box_names |
Definition at line 629 of file msp_msg.hpp.
void msp::msg::BoxNames::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 634 of file msp_msg.hpp.
ID msp::msg::BoxNames::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 630 of file msp_msg.hpp.
std::vector<std::string> msp::msg::BoxNames::box_names |
Definition at line 632 of file msp_msg.hpp.