#include <msp_msg.hpp>
Public Member Functions | |
virtual bool | decode (const ByteVector &data) override |
Decode message contents from a ByteVector. | |
GpsSvInfo (FirmwareVariant v) | |
virtual ID | id () const override |
get the ID of the message | |
Public Attributes | |
Value< uint8_t > | channel_count |
Value< uint8_t > | hdop |
std::vector< GpsSvInfoSettings > | sv_info |
Definition at line 4015 of file msp_msg.hpp.
msp::msg::GpsSvInfo::GpsSvInfo | ( | FirmwareVariant | v | ) | [inline] |
Definition at line 4016 of file msp_msg.hpp.
virtual bool msp::msg::GpsSvInfo::decode | ( | const ByteVector & | ) | [inline, override, virtual] |
Decode message contents from a ByteVector.
data | Source of data |
Reimplemented from msp::Message.
Definition at line 4025 of file msp_msg.hpp.
virtual ID msp::msg::GpsSvInfo::id | ( | ) | const [inline, override, virtual] |
get the ID of the message
Implements msp::Message.
Definition at line 4018 of file msp_msg.hpp.
Value<uint8_t> msp::msg::GpsSvInfo::channel_count |
Definition at line 4022 of file msp_msg.hpp.
Value<uint8_t> msp::msg::GpsSvInfo::hdop |
Definition at line 4020 of file msp_msg.hpp.
std::vector<GpsSvInfoSettings> msp::msg::GpsSvInfo::sv_info |
Definition at line 4023 of file msp_msg.hpp.