#include <msp_msg.hpp>
Public Member Functions | |
std::vector< uint8_t > | encode () const |
ID | id () const |
Public Attributes | |
uint16_t | altitude |
uint8_t | fix |
uint32_t | lat |
uint32_t | lon |
uint8_t | numSat |
uint16_t | speed |
Definition at line 864 of file msp_msg.hpp.
std::vector<uint8_t> msp::msg::SetRawGPS::encode | ( | ) | const [inline] |
Definition at line 874 of file msp_msg.hpp.
ID msp::msg::SetRawGPS::id | ( | ) | const [inline, virtual] |
Implements msp::Message.
Definition at line 865 of file msp_msg.hpp.
uint16_t msp::msg::SetRawGPS::altitude |
Definition at line 871 of file msp_msg.hpp.
uint8_t msp::msg::SetRawGPS::fix |
Definition at line 867 of file msp_msg.hpp.
uint32_t msp::msg::SetRawGPS::lat |
Definition at line 869 of file msp_msg.hpp.
uint32_t msp::msg::SetRawGPS::lon |
Definition at line 870 of file msp_msg.hpp.
uint8_t msp::msg::SetRawGPS::numSat |
Definition at line 868 of file msp_msg.hpp.
uint16_t msp::msg::SetRawGPS::speed |
Definition at line 872 of file msp_msg.hpp.