#include <msp_msg.hpp>

Public Member Functions | |
| BuildInfo (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 | |
| virtual std::ostream & | print (std::ostream &s) const override |
Public Attributes | |
| Value< std::string > | buildDate |
| Value< std::string > | buildTime |
| Value< std::string > | shortGitRevision |
Definition at line 511 of file msp_msg.hpp.
| msp::msg::BuildInfo::BuildInfo | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 512 of file msp_msg.hpp.
| virtual bool msp::msg::BuildInfo::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
| data | Source of data |
Reimplemented from msp::Message.
Definition at line 520 of file msp_msg.hpp.
| virtual ID msp::msg::BuildInfo::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 514 of file msp_msg.hpp.
| virtual std::ostream& msp::msg::BuildInfo::print | ( | std::ostream & | s | ) | const [inline, override, virtual] |
Reimplemented from msp::Message.
Definition at line 528 of file msp_msg.hpp.
| Value<std::string> msp::msg::BuildInfo::buildDate |
Definition at line 516 of file msp_msg.hpp.
| Value<std::string> msp::msg::BuildInfo::buildTime |
Definition at line 517 of file msp_msg.hpp.
| Value<std::string> msp::msg::BuildInfo::shortGitRevision |
Definition at line 518 of file msp_msg.hpp.