#include <msp_msg.hpp>

Public Member Functions | |
| void | decode (const std::vector< uint8_t > &data) |
| ID | id () const |
Public Attributes | |
| uint | major |
| uint | minor |
| uint | patch_level |
Definition at line 115 of file msp_msg.hpp.
| void msp::msg::FcVersion::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 122 of file msp_msg.hpp.
| ID msp::msg::FcVersion::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 116 of file msp_msg.hpp.
Definition at line 118 of file msp_msg.hpp.
Definition at line 119 of file msp_msg.hpp.
Definition at line 120 of file msp_msg.hpp.