26#ifndef __vehicle_qt5_h
27#define __vehicle_qt5_h
29#include <QGeoPositionInfoSource>
30#include <QGeoSatelliteInfoSource>
Definition vehicle_qt5.h:62
struct vehicle_priv * priv
Definition vehicle_qt5.h:72
unsigned char info
Definition garmin_img.c:0
double direction
Definition vehicle_android.c:47
double height
Definition vehicle_android.c:48
double speed
Definition vehicle_android.c:46
char fixiso8601[128]
Definition vehicle_android.c:52
struct callback_list * cbl
Definition vehicle_android.c:44
int sats_used
Definition vehicle_android.c:54
struct coord_geo geo
Definition vehicle_android.c:45
struct attr ** attrs
Definition vehicle_android.c:56
int sats
Definition vehicle_android.c:53
int fix_type
Definition vehicle_android.c:50
time_t fix_time
Definition vehicle_android.c:51
double radius
Definition vehicle_android.c:49
int have_coords
Definition vehicle_null.c:57
void satellitesInViewUpdated(const QList< QGeoSatelliteInfo > &satellites)
Definition vehicle_qt5.cpp:71
void positionUpdated(const QGeoPositionInfo &info)
Definition vehicle_qt5.cpp:77
void satellitesInUseUpdated(const QList< QGeoSatelliteInfo > &satellites)
Definition vehicle_qt5.cpp:65
A WGS84 coordinate.
Definition coord.h:97
Definition gpx2navit_txt.h:51
Definition vehicle_android.c:43
QNavitGeoReceiver * receiver
Definition vehicle_qt5.h:59
QGeoSatelliteInfoSource * satellites
Definition vehicle_qt5.h:58
QGeoPositionInfoSource * source
Definition vehicle_qt5.h:57