Structure describing the payload section of the MSG_POSITION_SET message. More...
#include <protocol.h>
Public Attributes | |
int32_t | latitude |
int32_t | longitude |
int32_t | altitude |
uint16_t | heading |
Structure describing the payload section of the MSG_POSITION_SET message.
Definition at line 1333 of file protocol.h.
int32_t msg_position_set::altitude |
Definition at line 1336 of file protocol.h.
uint16_t msg_position_set::heading |
Definition at line 1337 of file protocol.h.
int32_t msg_position_set::latitude |
Definition at line 1334 of file protocol.h.
int32_t msg_position_set::longitude |
Definition at line 1335 of file protocol.h.