|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <RTCMMavlink.h>
Public Attributes | |
| uint8_t | flags = 0 |
| QByteArray | data |
One GPS_RTCM_DATA payload ready to encode. flags layout matches MAVLink: bit0 = fragmented, bits1-2 = fragment ID, bits3-7 = sequence ID.
Definition at line 15 of file RTCMMavlink.h.
| QByteArray GpsRtcmPacket::data |
Definition at line 18 of file RTCMMavlink.h.
Referenced by RTCMMavlink::pack().
| uint8_t GpsRtcmPacket::flags = 0 |
Definition at line 17 of file RTCMMavlink.h.
Referenced by RTCMMavlink::pack().