#include <msp_msg.hpp>
Public Member Functions | |
void | decode (const std::vector< uint8_t > &data) |
ID | id () const |
Public Attributes | |
std::string | buildDate |
std::string | buildTime |
std::string | shortGitRevision |
Definition at line 145 of file msp_msg.hpp.
void msp::msg::BuildInfo::decode | ( | const std::vector< uint8_t > & | data | ) | [inline, virtual] |
Implements msp::Request.
Definition at line 152 of file msp_msg.hpp.
ID msp::msg::BuildInfo::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 146 of file msp_msg.hpp.
std::string msp::msg::BuildInfo::buildDate |
Definition at line 148 of file msp_msg.hpp.
std::string msp::msg::BuildInfo::buildTime |
Definition at line 149 of file msp_msg.hpp.
std::string msp::msg::BuildInfo::shortGitRevision |
Definition at line 150 of file msp_msg.hpp.