[Gpredict-svn] SF.net SVN: gpredict:[89] trunk/src/gtk-sat-module.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-09-06 13:18:22
|
Revision: 89
http://gpredict.svn.sourceforge.net/gpredict/?rev=89&view=rev
Author: csete
Date: 2008-09-06 13:18:31 +0000 (Sat, 06 Sep 2008)
Log Message:
-----------
Include radio controller into module controller cycle.
Modified Paths:
--------------
trunk/src/gtk-sat-module.c
Modified: trunk/src/gtk-sat-module.c
===================================================================
--- trunk/src/gtk-sat-module.c 2008-09-06 12:22:17 UTC (rev 88)
+++ trunk/src/gtk-sat-module.c 2008-09-06 13:18:31 UTC (rev 89)
@@ -64,6 +64,7 @@
#include "gtk-polar-view.h"
#include "gtk-single-sat.h"
#include "gtk-met.h"
+#include "gtk-rig-ctrl.h"
#include "gtk-rot-ctrl.h"
//#ifdef G_OS_WIN32
@@ -869,6 +870,8 @@
update_child (mod->child_3, mod->tmgCdnum);
/* send notice to radio and rotator controller */
+ if (mod->rigctrl)
+ gtk_rig_ctrl_update (GTK_RIG_CTRL (mod->rigctrl), mod->tmgCdnum);
if (mod->rotctrl)
gtk_rot_ctrl_update (GTK_ROT_CTRL (mod->rotctrl), mod->tmgCdnum);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|