Structure describing the payload section of the MSG_LOCATION message. More...
#include <protocol.h>
Public Attributes | |
int32_t | latitude |
int32_t | longitude |
int32_t | altitude |
uint16_t | groundSpeed |
uint16_t | groundCourse |
uint32_t | timeOfWeek |
Structure describing the payload section of the MSG_LOCATION message.
Definition at line 181 of file protocol.h.
int32_t msg_location::altitude |
Definition at line 184 of file protocol.h.
uint16_t msg_location::groundCourse |
Definition at line 186 of file protocol.h.
uint16_t msg_location::groundSpeed |
Definition at line 185 of file protocol.h.
int32_t msg_location::latitude |
Definition at line 182 of file protocol.h.
int32_t msg_location::longitude |
Definition at line 183 of file protocol.h.
uint32_t msg_location::timeOfWeek |
Definition at line 187 of file protocol.h.