#include <msp_msg.hpp>

Public Member Functions | |
| virtual bool | decode (const ByteVector &data) override |
| Decode message contents from a ByteVector. | |
| virtual ID | id () const override |
| get the ID of the message | |
| TxInfo (FirmwareVariant v) | |
Public Attributes | |
| Value< uint8_t > | rssi_source |
| Value< uint8_t > | rtc_date_time_status |
Definition at line 4193 of file msp_msg.hpp.
| msp::msg::TxInfo::TxInfo | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 4194 of file msp_msg.hpp.
| virtual bool msp::msg::TxInfo::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
| data | Source of data |
Reimplemented from msp::Message.
Definition at line 4201 of file msp_msg.hpp.
| virtual ID msp::msg::TxInfo::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 4196 of file msp_msg.hpp.
| Value<uint8_t> msp::msg::TxInfo::rssi_source |
Definition at line 4198 of file msp_msg.hpp.
Definition at line 4199 of file msp_msg.hpp.