Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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

Definition at line 14 of file qgeosatelliteinfosource_gypsy.cpp.

Function Documentation

◆ idToSystem()

static QGeoSatelliteInfo::SatelliteSystem idToSystem ( int prn)
static

Definition at line 141 of file qgeosatelliteinfosource_gypsy.cpp.

◆ satellites_changed()

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

Definition at line 21 of file qgeosatelliteinfosource_gypsy.cpp.

Variable Documentation

◆ defaultGconfKey

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

Definition at line 18 of file qgeosatelliteinfosource_gypsy.cpp.

◆ deviceNameParameter

static const auto deviceNameParameter = "deviceName"
static

◆ gconfKeyParameter

static const auto gconfKeyParameter = "gconfKey"
static