#include <msp_msg.hpp>
Public Member Functions | |
BfBuildInfo (FirmwareVariant v) | |
virtual bool | decode (const ByteVector &data) override |
Decode message contents from a ByteVector. | |
virtual ID | id () const override |
get the ID of the message | |
Public Attributes | |
Value< std::string > | build_date |
Value< uint32_t > | reserved1 |
Value< uint32_t > | reserved2 |
Definition at line 1798 of file msp_msg.hpp.
msp::msg::BfBuildInfo::BfBuildInfo | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 1799 of file msp_msg.hpp.
virtual bool msp::msg::BfBuildInfo::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
data | Source of data |
Reimplemented from msp::Message.
Definition at line 1807 of file msp_msg.hpp.
virtual ID msp::msg::BfBuildInfo::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 1801 of file msp_msg.hpp.
Value<std::string> msp::msg::BfBuildInfo::build_date |
Definition at line 1803 of file msp_msg.hpp.
Value<uint32_t> msp::msg::BfBuildInfo::reserved1 |
Definition at line 1804 of file msp_msg.hpp.
Value<uint32_t> msp::msg::BfBuildInfo::reserved2 |
Definition at line 1805 of file msp_msg.hpp.