3#include <QtCore/QObject>
4#include <QtCore/QString>
18 explicit GPSRtk(QObject* parent =
nullptr);
21 void connectGPS(
const QString& device, QStringView gps_type);
39 void _onGPSDisconnect();
47 std::atomic_bool _requestGpsStop =
false;
49 static constexpr uint32_t kGPSThreadDisconnectTimeout = 2000;
Used to group Facts together into an object hierarachy.
static SatelliteCounts countSatellites(const satellite_info_s &msg)
Clamp count to the array bound and tally used-in-solution satellites.
void connectGPS(const QString &device, QStringView gps_type)
FactGroup * gpsRtkFactGroup()
Survey-in progress, translated from the px4 SurveyInStatus.