#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 | |
| WpGetInfo (FirmwareVariant v) | |
Public Attributes | |
| Value< uint8_t > | max_waypoints |
| Value< uint8_t > | wp_capabilites |
| Value< uint8_t > | wp_count |
| Value< bool > | wp_list_valid |
Definition at line 808 of file msp_msg.hpp.
| msp::msg::WpGetInfo::WpGetInfo | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 809 of file msp_msg.hpp.
| virtual bool msp::msg::WpGetInfo::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
| data | Source of data |
Reimplemented from msp::Message.
Definition at line 818 of file msp_msg.hpp.
| virtual ID msp::msg::WpGetInfo::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 811 of file msp_msg.hpp.
| Value<uint8_t> msp::msg::WpGetInfo::max_waypoints |
Definition at line 814 of file msp_msg.hpp.
| Value<uint8_t> msp::msg::WpGetInfo::wp_capabilites |
Definition at line 813 of file msp_msg.hpp.
| Value<uint8_t> msp::msg::WpGetInfo::wp_count |
Definition at line 816 of file msp_msg.hpp.
Definition at line 815 of file msp_msg.hpp.