Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeosatelliteinfosource_gypsy.cpp File Reference

(503723f0699911cd54d68e4f3379486ce54b01b3)

#include "qgeosatelliteinfosource_gypsy_p.h"
#include <QFile>
#include <QVariantMap>
+ Include dependency graph for qgeosatelliteinfosource_gypsy.cpp:

Go to the source code of this file.

Macros

#define UPDATE_TIMEOUT_COLD_START   120000
 

Functions

static void satellites_changed (GypsySatellite *satellite, GPtrArray *satellites, gpointer userdata)
 
static QGeoSatelliteInfo::SatelliteSystem idToSystem (int prn)
 

Variables

static const auto deviceNameParameter = "deviceName"
 
static const auto gconfKeyParameter = "gconfKey"
 
static const auto defaultGconfKey = "/apps/geoclue/master/org.freedesktop.Geoclue.GPSDevice"
 

Macro Definition Documentation

◆ UPDATE_TIMEOUT_COLD_START

#define UPDATE_TIMEOUT_COLD_START   120000

Function Documentation

◆ idToSystem()

static QGeoSatelliteInfo::SatelliteSystem idToSystem ( int prn)
static

Definition at line 141 of file qgeosatelliteinfosource_gypsy.cpp.

References QGeoSatelliteInfo::BEIDOU, QGeoSatelliteInfo::GALILEO, QGeoSatelliteInfo::GLONASS, QGeoSatelliteInfo::GPS, QGeoSatelliteInfo::QZSS, and QGeoSatelliteInfo::Undefined.

Referenced by QGeoSatelliteInfoSourceGypsy::satellitesChanged().

+ Here is the caller graph for this function:

◆ satellites_changed()

static void satellites_changed ( GypsySatellite * satellite,
GPtrArray * satellites,
gpointer userdata )
static

Definition at line 21 of file qgeosatelliteinfosource_gypsy.cpp.

References qDebug.

Referenced by QGeoSatelliteInfoSourceGypsy::requestUpdate(), QGeoSatelliteInfoSourceGypsy::satellitesChanged(), QGeoSatelliteInfoSourceGypsy::startUpdates(), and QGeoSatelliteInfoSourceGypsy::stopUpdates().

+ Here is the caller graph for this function:

Variable Documentation

◆ defaultGconfKey

const auto defaultGconfKey = "/apps/geoclue/master/org.freedesktop.Geoclue.GPSDevice"
static

Definition at line 18 of file qgeosatelliteinfosource_gypsy.cpp.

◆ deviceNameParameter

const auto deviceNameParameter = "deviceName"
static

◆ gconfKeyParameter

const auto gconfKeyParameter = "gconfKey"
static