#include <msp_msg.hpp>

Public Member Functions | |
| virtual bool | decode (const ByteVector &data) override |
| Decode message contents from a ByteVector. | |
| GpsStatistics (FirmwareVariant v) | |
| virtual ID | id () const override |
| get the ID of the message | |
Public Attributes | |
| Value< uint16_t > | eph |
| Value< uint16_t > | epv |
| Value< uint32_t > | errors |
| Value< uint16_t > | hdop |
| Value< uint16_t > | last_msg_dt |
| Value< uint32_t > | packet_count |
| Value< uint32_t > | timeouts |
Definition at line 4046 of file msp_msg.hpp.
| msp::msg::GpsStatistics::GpsStatistics | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 4047 of file msp_msg.hpp.
| virtual bool msp::msg::GpsStatistics::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
| data | Source of data |
Reimplemented from msp::Message.
Definition at line 4059 of file msp_msg.hpp.
| virtual ID msp::msg::GpsStatistics::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 4049 of file msp_msg.hpp.
| Value<uint16_t> msp::msg::GpsStatistics::eph |
Definition at line 4056 of file msp_msg.hpp.
| Value<uint16_t> msp::msg::GpsStatistics::epv |
Definition at line 4057 of file msp_msg.hpp.
| Value<uint32_t> msp::msg::GpsStatistics::errors |
Definition at line 4052 of file msp_msg.hpp.
| Value<uint16_t> msp::msg::GpsStatistics::hdop |
Definition at line 4055 of file msp_msg.hpp.
| Value<uint16_t> msp::msg::GpsStatistics::last_msg_dt |
Definition at line 4051 of file msp_msg.hpp.
| Value<uint32_t> msp::msg::GpsStatistics::packet_count |
Definition at line 4054 of file msp_msg.hpp.
| Value<uint32_t> msp::msg::GpsStatistics::timeouts |
Definition at line 4053 of file msp_msg.hpp.