[Gpredict-svn] SF.net SVN: gpredict:[948] trunk/src/gtk-sat-map.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <aa...@us...> - 2011-11-06 13:40:03
|
Revision: 948
http://gpredict.svn.sourceforge.net/gpredict/?rev=948&view=rev
Author: aa1vs
Date: 2011-11-06 13:39:57 +0000 (Sun, 06 Nov 2011)
Log Message:
-----------
Add comments.
Modified Paths:
--------------
trunk/src/gtk-sat-map.c
Modified: trunk/src/gtk-sat-map.c
===================================================================
--- trunk/src/gtk-sat-map.c 2011-11-05 22:25:25 UTC (rev 947)
+++ trunk/src/gtk-sat-map.c 2011-11-06 13:39:57 UTC (rev 948)
@@ -2607,6 +2607,7 @@
satmap->showtracks);
}
+/** \brief save the satellites that we should not show ground tracks */
static void
gtk_sat_map_store_showtracks (GtkSatMap *satmap) {
mod_cfg_set_integer_list_boolean(satmap->cfgdata,
@@ -2614,7 +2615,7 @@
MOD_CFG_MAP_SECTION,
MOD_CFG_MAP_SHOWTRACKS);
}
-
+/** \brief save the satellites that we should not highlight coverage */
static void
gtk_sat_map_store_hidecovs (GtkSatMap *satmap) {
mod_cfg_set_integer_list_boolean(satmap->cfgdata,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|