#include <msp_msg.hpp>
Public Member Functions | |
void | decode (const std::vector< uint8_t > &data) |
ID | id () const |
Public Attributes | |
std::vector< std::array < std::set< SwitchPosition > , NAUX > > | box_pattern |
Definition at line 563 of file msp_msg.hpp.
void msp::msg::Box::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 569 of file msp_msg.hpp.
ID msp::msg::Box::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 564 of file msp_msg.hpp.
std::vector<std::array<std::set<SwitchPosition>,NAUX> > msp::msg::Box::box_pattern |
Definition at line 567 of file msp_msg.hpp.