From 1ea3d4067177c10de81be80cd9e17200399e8400 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 17 Jan 2008 15:59:25 +0200 Subject: [PATCH] Comments --- src/gpsdata.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/gpsdata.h b/src/gpsdata.h index 32665bc..0c015d0 100644 --- a/src/gpsdata.h +++ b/src/gpsdata.h @@ -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; -- 2.39.5