]> err.no Git - mapper/commitdiff
Comments
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 17 Jan 2008 13:59:25 +0000 (15:59 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 17 Jan 2008 13:59:25 +0000 (15:59 +0200)
src/gpsdata.h

index 32665bc16a351d140380c1dcfd84a7a2857b7eec..0c015d0023ae07c3317e6931f4020dff84780182 100644 (file)
@@ -11,6 +11,9 @@ typedef enum {
         FIX_3D=3
 } GpsFix;
 
+/**
+ * Gps satellite data
+ */
 typedef struct _GpsSatelliteData GpsSatelliteData;
 struct _GpsSatelliteData {
        guint prn;
@@ -20,7 +23,9 @@ struct _GpsSatelliteData {
        gboolean fix;
 };
 
-/** GPS Data and Satellite **/
+/** 
+ * GPS Data and Satellite signal information
+ */
 typedef struct _GpsData GpsData;
 struct _GpsData {
        guint fix;